Skip to content

Commit 285743b

Browse files
author
Rudy
committed
This fixes an issue with the os detector classifier for 32 bit windows.
1 parent b7ce22b commit 285743b

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)