mirror of
https://github.com/fankes/JSON-java-compat.git
synced 2025-12-12 00:03:59 +08:00
- commented `java() {...}` within build.gradle
- added following files
1. gradlew
2. gradlew.bat (for windows)
3. gradle/wrapper/gradle-wrapper.properties (for ./gradlew command execution)
4. gradle/wrapper/gradle-wrapper.jar (for ./gradlew command execution)
6 lines
200 B
INI
6 lines
200 B
INI
distributionBase=GRADLE_USER_HOME
|
|
distributionPath=wrapper/dists
|
|
distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-bin.zip
|
|
zipStoreBase=GRADLE_USER_HOME
|
|
zipStorePath=wrapper/dists
|