Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 21fc31c

Browse files
use gradle wrapper to build in travis
1 parent 136d2fe commit 21fc31c

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.gradle/
2-
gradle/
32
gradlew
43
gradlew.bat
54
.DS_Store

.travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ language: java
33
jdk:
44
- oraclejdk9
55

6-
script: gradle clean build
6+
before_script:
7+
- chmod a+x gradlew
8+
9+
script: ./gradlew clean build
710

811
notifications:
912
email:

gradle/wrapper/gradle-wrapper.jar

53.1 KB
Binary file not shown.
+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-bin.zip
2+
distributionBase=GRADLE_USER_HOME
3+
distributionPath=wrapper/dists
4+
zipStorePath=wrapper/dists
5+
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)