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 1
1
language : java
2
- sudo : false
3
2
jdk :
4
3
- oraclejdk8
5
4
- openjdk8
5
+ before_script :
6
+ - chmod a+x gradlew
7
+ script :
8
+ - ./gradlew build check
6
9
after_script :
7
- - " ./gradlew build"
8
10
- " ./scripts/s3upload.sh"
9
11
env :
10
12
global :
Original file line number Diff line number Diff line change @@ -31,10 +31,6 @@ if (!hasProperty("sonatypeUsername")) {
31
31
ext. sonatypePassword = null
32
32
}
33
33
34
- task wrapper (type : Wrapper ) {
35
- gradleVersion = ' 1.8'
36
- }
37
-
38
34
buildscript {
39
35
dependencies {
40
36
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
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =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