Skip to content

Commit 0111819

Browse files
committed
Merge remote-tracking branch 'upstream/master' into previewOrder
2 parents 2ecbd17 + 2d0380b commit 0111819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ allprojects {
5757
}
5858
}
5959

60-
def os = osdetector.classifier.replace("osx", "macosx")
60+
def os = osdetector.classifier.replace("osx", "macosx").replace("windows-x86_32", "windows-x86")
6161

6262
project(":core") {
6363
apply plugin: 'java'

0 commit comments

Comments
 (0)