build: remove custom wrapper task, this is not needed anymore
Project: http://git-wip-us.apache.org/repos/asf/zest-java/repo Commit: http://git-wip-us.apache.org/repos/asf/zest-java/commit/0d5a6055 Tree: http://git-wip-us.apache.org/repos/asf/zest-java/tree/0d5a6055 Diff: http://git-wip-us.apache.org/repos/asf/zest-java/diff/0d5a6055 Branch: refs/heads/develop Commit: 0d5a6055fa5a69131c49e11774efb455bc6b9755 Parents: bc9d9a1 Author: Paul Merlin <[email protected]> Authored: Thu Nov 3 18:56:22 2016 +0100 Committer: Paul Merlin <[email protected]> Committed: Thu Nov 3 18:56:22 2016 +0100 ---------------------------------------------------------------------- build.gradle | 11 ----------- 1 file changed, 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zest-java/blob/0d5a6055/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 60c5cd9..aee3aa2 100644 --- a/build.gradle +++ b/build.gradle @@ -1043,14 +1043,3 @@ task release { } dependsOn checkReleaseSpec, rat, archiveJavadocs, ':org.apache.zest.manual:copyWebsite', allprojects*.uploadArchives, dist } - -// -// This is a task that generates the gradlew scripts, allowing users to run gradle without having gradle installed -// on their system. -// This task should be run by "build master" and the resulting ouput committed to source control. Its outputs include: -// 1) /gradlew which is the *NIX shell script for executing builds -// 2) /gradlew.bat which is the windows bat script for for executing builds -// 3) /gradle/wrapper which is a directory named by the "jarPath" config which contains other needed files. -task wrapper( type: Wrapper ) { - gradleVersion = '2.11' -}
