summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2019-07-22 22:32:40 +0200
committerJose <jose@zeroc.com>2019-07-22 22:55:47 +0200
commit915a89906f9d47d0b7a56d6b50fcdc6864d5cb85 (patch)
tree27220d172026d8708f3ef44c2c4b07db61c2de96 /java
parentFixed Slice comment to use &gt; instead of >. (diff)
downloadice-915a89906f9d47d0b7a56d6b50fcdc6864d5cb85.tar.bz2
ice-915a89906f9d47d0b7a56d6b50fcdc6864d5cb85.tar.xz
ice-915a89906f9d47d0b7a56d6b50fcdc6864d5cb85.zip
Remove wrapper task
Instead use `gradlew wrapper --gradle-version=4.10.3`
Diffstat (limited to 'java')
-rw-r--r--java/build.gradle8
1 files changed, 0 insertions, 8 deletions
diff --git a/java/build.gradle b/java/build.gradle
index 946c4cc3d2a..9b4ccd941f3 100644
--- a/java/build.gradle
+++ b/java/build.gradle
@@ -102,11 +102,3 @@ dist.dependsOn(project(":icelocatordiscovery").assemble)
dist.dependsOn(project(":icepatch2").assemble)
dist.dependsOn(project(":icestorm").assemble)
dist.dependsOn(project(":IceGridGUI").assemble)
-
-//
-// Used to build the gradle wrapper to automatically download and install
-// the version of gradle needed to build Ice.
-//
-wrapper {
- gradleVersion = "4.10.2"
-}