Skip to content

Commit 68ae43e

Browse files
nitzanjAmir Tocker
authored andcommitted
Add gradle wrapper.
1 parent 09e08bb commit 68ae43e

File tree

5 files changed

+263
-1
lines changed

5 files changed

+263
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jdk:
1616
# - openjdk6
1717

1818
# ciTest is configured to skip the various timeout tests that don't work in travis
19-
script: gradle ciTest
19+
script: ./gradlew ciTest

gradle/wrapper/gradle-wrapper.jar

52.9 KB
Binary file not shown.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#Sun May 28 15:37:45 IDT 2017
2+
distributionBase=GRADLE_USER_HOME
3+
distributionPath=wrapper/dists
4+
zipStoreBase=GRADLE_USER_HOME
5+
zipStorePath=wrapper/dists
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-3.4-bin.zip

gradlew

Lines changed: 172 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 84 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)