update gradle to 1.9

This commit is contained in:
Skylot 2013-12-07 00:15:10 +04:00
parent 30355cc9d6
commit 1d0f23dfbb
4 changed files with 5 additions and 4 deletions

View File

@ -3,7 +3,9 @@ jdk:
- oraclejdk7 - oraclejdk7
- openjdk7 - openjdk7
- openjdk6 - openjdk6
script: gradle clean build before_install:
- chmod +x gradlew
script: ./gradlew clean build dist
notifications: notifications:
email: email:
- skylot@gmail.com - skylot@gmail.com

View File

@ -66,5 +66,5 @@ task clean(type: Delete) {
} }
task wrapper(type: Wrapper) { task wrapper(type: Wrapper) {
gradleVersion = '1.8' gradleVersion = '1.9'
} }

Binary file not shown.

View File

@ -1,6 +1,5 @@
#Tue Sep 24 21:49:47 MSK 2013
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=http\://services.gradle.org/distributions/gradle-1.8-bin.zip distributionUrl=http\://services.gradle.org/distributions/gradle-1.9-bin.zip