Gradle Files Layout: Difference between revisions
Jump to navigation
Jump to search
(→gradle) |
|||
Line 34: | Line 34: | ||
=Project Files= | =Project Files= | ||
==<span id='Project_.gradle'></span><tt>.gradle</tt>== | ==<span id='Project_.gradle'></span><tt>.gradle</tt>== | ||
==<span id='Project_gradle'></span><tt>gradle</tt>== | ==<span id='Project_gradle'></span><tt>gradle</tt>== | ||
This directory contains the JAR file and configuration for [[Gradle_Wrapper|Gradle wrapper]]. | This directory contains the JAR file and configuration for [[Gradle_Wrapper|Gradle wrapper]]. |
Revision as of 02:49, 12 December 2020
External
Internal
/ ├── usr/local/bin │ └── gradle │ ├── /Users/someuser │ └── .gradle │ └── gradle.properties │ └── /projects └── someproject ├── build.gradle ├── settings.gradle ├── gradlew ├── gradlew.bat ├── .gradle │ ├── 6.5 │ ├── buildOutputCleanup │ ├── checksums │ └── vcs-1 ├── gradle │ └── wrapper │ ├── gradle-wrapper.jar │ └── gradle-wrapper.properties │ └── src
User Home Directory Files
Project Files
.gradle
gradle
This directory contains the JAR file and configuration for Gradle wrapper.