Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Commit

Permalink
Update to have the classifer match what WPI produces
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Nov 21, 2018
1 parent 1639cbf commit f0ba0fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/base_jni_script.gradle
Expand Up @@ -20,7 +20,7 @@ task packageNativeFiles(type: Jar) {


destinationDir = project.buildDir
classifier = org.gradle.internal.os.OperatingSystem.current().getFamilyName() + "-" + getCurrentArch();
classifier = org.gradle.internal.os.OperatingSystem.current().getFamilyName() + getCurrentArch();

project.model {
binaries {
Expand Down

0 comments on commit f0ba0fd

Please sign in to comment.