Gradle Wrapper: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Gradle Concepts =Organizatorium= * Each wrapper comes with sources: ~/.gradle/wrapper/dists/gradle-6.2.2-all/2k4hz1yffuhb6ob9prdg10t...")
 
Line 5: Line 5:


* Each wrapper comes with sources: ~/.gradle/wrapper/dists/gradle-6.2.2-all/2k4hz1yffuhb6ob9prdg10tx/gradle-6.2.2/src
* 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_Files_Layout#gradle|gradle/wrapper]].

Revision as of 02:48, 12 December 2020

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.