提交 1d0f23df 编写于 作者: S Skylot

update gradle to 1.9

上级 30355cc9
......@@ -3,7 +3,9 @@ jdk:
- oraclejdk7
- openjdk7
- openjdk6
script: gradle clean build
before_install:
- chmod +x gradlew
script: ./gradlew clean build dist
notifications:
email:
- skylot@gmail.com
......@@ -66,5 +66,5 @@ task clean(type: Delete) {
}
task wrapper(type: Wrapper) {
gradleVersion = '1.8'
gradleVersion = '1.9'
}
#Tue Sep 24 21:49:47 MSK 2013
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
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
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册