mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 00:59:39 +02:00
Add gradle wrapper
I am not happy with the concept of a build system wrapper, not to say that I despise it. There is no reason why a single machine couldn't have multiple versions of a build system-wide installed, and there is no reason why each developer should download an individual copy of a build system into the developers home directory. But here we are…
This commit is contained in:
parent
6be3eb194a
commit
4f72eca21c
5 changed files with 283 additions and 18 deletions
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
Normal file
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
Normal file
Binary file not shown.
5
gradle/wrapper/gradle-wrapper.properties
vendored
Normal file
5
gradle/wrapper/gradle-wrapper.properties
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
Loading…
Add table
Add a link
Reference in a new issue