diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2020-04-13 20:59:01 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2020-04-13 20:59:01 +0200 |
commit | 91505b22a11c8bcfa9f623f0700030b5caf9bdb5 (patch) | |
tree | 55b83f540994682f423d9e7e6d196dc3eac2e119 /gradle/wrapper | |
parent | 94f70b5523bed39318ee5a9b2e050d0b0a2cd25d (diff) |
Remove Gradle.
Since Maven and Ant do everything Gradle does and in a much more
forward-compatible fashion, the Gradle build files are of little use.
This patch removes them.
Change-Id: I22bb8f5504b475b1aa2da480309f6cc480cfc411
Diffstat (limited to 'gradle/wrapper')
-rw-r--r-- | gradle/wrapper/gradle-wrapper.jar | bin | 58695 -> 0 bytes | |||
-rw-r--r-- | gradle/wrapper/gradle-wrapper.properties | 5 |
2 files changed, 0 insertions, 5 deletions
diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar Binary files differdeleted file mode 100644 index f3d88b1..0000000 --- a/gradle/wrapper/gradle-wrapper.jar +++ /dev/null diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties deleted file mode 100644 index 3724ca3..0000000 --- a/gradle/wrapper/gradle-wrapper.properties +++ /dev/null @@ -1,5 +0,0 @@ -distributionBase=GRADLE_USER_HOME -distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-rc-4-all.zip -zipStoreBase=GRADLE_USER_HOME -zipStorePath=wrapper/dists |