File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed
Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 11language : java
2- sudo : false
32jdk :
43- oraclejdk8
54- openjdk8
5+ before_script :
6+ - chmod a+x gradlew
7+ script :
8+ - ./gradlew build check
69after_script :
7- - " ./gradlew build"
810- " ./scripts/s3upload.sh"
911env :
1012 global :
Original file line number Diff line number Diff line change @@ -31,10 +31,6 @@ if (!hasProperty("sonatypeUsername")) {
3131 ext. sonatypePassword = null
3232}
3333
34- task wrapper (type : Wrapper ) {
35- gradleVersion = ' 1.8'
36- }
37-
3834buildscript {
3935 dependencies {
4036 classpath ' com.github.jengelman.gradle.plugins:shadow:1.2.4'
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-1.8-bin .zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-3.3-all .zip
You can’t perform that action at this time.
0 commit comments