Skip to content

Commit

Permalink
Bump version to 4.7-alpha-2.
Browse files Browse the repository at this point in the history
  • Loading branch information
hoisie committed Nov 8, 2021
1 parent 589f03e commit 6d87713
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1,4 +1,4 @@
thisVersion=4.7-SNAPSHOT
thisVersion=4.7-alpha-2

apiCompatVersion=4.2

Expand Down
12 changes: 6 additions & 6 deletions nativeruntime/build.gradle
Expand Up @@ -50,12 +50,12 @@ task copyNativeRuntime(type: Copy) {
}

jar {
def os = osName()
if (os.contains("linux") || os.contains("mac")) {
dependsOn copyNativeRuntime
} else {
println("Skipping the nativeruntime build for OS '${System.getProperty("os.name")}'")
}
// def os = osName()
// if (os.contains("linux") || os.contains("mac")) {
// dependsOn copyNativeRuntime
// } else {
// println("Skipping the nativeruntime build for OS '${System.getProperty("os.name")}'")
// }
}

dependencies {
Expand Down

0 comments on commit 6d87713

Please sign in to comment.