Skip to content

Commit 2d0380b

Browse files
committed
Merge pull request #206 from PaulaRudy/build
This fixes an issue with the OS detector classifier for 32 bit windows.
2 parents b7ce22b + 285743b commit 2d0380b

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)