Skip to content

Commit 42e98f2

Browse files
authored
fixes netty-tcnative-boringssl-static dependency resolution (#1001)
1 parent dc50e7a commit 42e98f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rsocket-transport-netty/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ plugins {
2323
}
2424

2525
def os_suffix = ""
26-
if (osdetector.classifier in ["linux-x86_64"] || ["osx-x86_64"] || ["windows-x86_64"]) {
26+
if (osdetector.classifier in ["linux-x86_64", "osx-x86_64", "windows-x86_64"]) {
2727
os_suffix = "::" + osdetector.classifier
2828
}
2929

0 commit comments

Comments
 (0)