build: upgrade to gradle 3.2.1

native-compilation-test
Kirill Vainer 8 years ago
parent 0d2fdcf2ba
commit f895d8815c
  1. 2
      build.gradle
  2. 2
      gradle.properties
  3. 4
      gradle/wrapper/gradle-wrapper.properties

@ -116,7 +116,7 @@ task mergedSource(type: Copy){
} }
task wrapper(type: Wrapper, description: 'Creates and deploys the Gradle wrapper to the current directory.') { task wrapper(type: Wrapper, description: 'Creates and deploys the Gradle wrapper to the current directory.') {
gradleVersion = '2.13' gradleVersion = '3.2.1'
} }
ext { ext {

@ -8,7 +8,7 @@ jmeVersionTag = SNAPSHOT
jmeVersionTagID = 0 jmeVersionTagID = 0
# specify if JavaDoc should be built # specify if JavaDoc should be built
buildJavaDoc = true buildJavaDoc = false
# specify if SDK and Native libraries get built # specify if SDK and Native libraries get built
buildNativeProjects = true buildNativeProjects = true

@ -1,6 +1,6 @@
#Sat Apr 30 16:44:31 EDT 2016 #Fri Nov 25 13:05:50 EST 2016
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.13-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-3.2.1-bin.zip

Loading…
Cancel
Save