Skip to content

Commit 9799327

Browse files
committed
Add gradle wrapper 4.9
Adding gradle wrapper for the version that works well with current state of the project. With older gradle versions it fails e.g. with zincClasspath not set. Newer gradle versions require shade plugin 2.x.
1 parent 7641206 commit 9799327

File tree

17 files changed

+1045
-1
lines changed

17 files changed

+1045
-1
lines changed

BuildTestAll.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ for language in "java" "scala"
2020
do
2121
echo "Testing $language Builds"
2222
echo "Gradle"
23-
test_command "$language/gradle" "gradle -q shadowJar"
23+
test_command "$language/gradle" "./gradlew -q shadowJar"
2424
echo "SBT"
2525
test_command "$language/sbt" "sbt -Dsbt.log.noformat=true --error assembly"
2626
echo "Maven"
54.3 KB
Binary file not shown.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
distributionBase=GRADLE_USER_HOME
2+
distributionPath=wrapper/dists
3+
zipStoreBase=GRADLE_USER_HOME
4+
zipStorePath=wrapper/dists
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-bin.zip

java/gradle/dse/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.

java/gradle/dse/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.
54.3 KB
Binary file not shown.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
distributionBase=GRADLE_USER_HOME
2+
distributionPath=wrapper/dists
3+
zipStoreBase=GRADLE_USER_HOME
4+
zipStorePath=wrapper/dists
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-bin.zip

0 commit comments

Comments
 (0)