Gradle Wrapper: Difference between revisions
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
=Configuration= | =Configuration= | ||
==<tt>gradle/wrapper/gradlew-wrapper.properties</tt>== | ==<tt>gradle/wrapper/gradlew-wrapper.properties</tt>== | ||
<syntaxhighlight lang='text'> | |||
distributionBase=GRADLE_USER_HOME | |||
distributionPath=wrapper/dists | |||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-bin.zip | |||
zipStoreBase=GRADLE_USER_HOME | |||
zipStorePath=wrapper/dists | |||
</syntaxhighlight> |
Revision as of 22:47, 26 March 2021
Internal
Organizatorium
- Each wrapper comes with sources: ~/.gradle/wrapper/dists/gradle-6.2.2-all/2k4hz1yffuhb6ob9prdg10tx/gradle-6.2.2/src
- The corresponding JAR file and the wrapper configuration is stored in the project directory under gradle/wrapper.
Configuration
gradle/wrapper/gradlew-wrapper.properties
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists