You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> ℹ️ This workflow automatically 'migrates' all files in your new repository, updating the **gradle project group**, **module name**, **package names**, and **all references** to the repo `<owner>/<name>`.
26
25
>
27
26
> - Head over to **Actions** (1)
@@ -40,12 +39,12 @@ All set up, enjoy the template.
The project template consists of three top level folders
42
+
The project template consists of three top level _folders_:
44
43
*`.github/`: Defines the Github Actions CI tasks and templates for new pull requests, issues, etc.
45
44
*`gradle/`: Contains Gradle Configuration files such as the Gradle [Version Catalog](https://docs.gradle.org/current/userguide/platforms.html) and the Gradle Wrapper.
46
45
*`%ARTIFACT_NAME%/`: The library source code (gradle sub-project).
47
46
48
-
In addition, following files are worth highlighting:
47
+
In addition, following _files_ are worth highlighting:
49
48
*`gradle/libs.versions.toml`: A [conventional file](https://docs.gradle.org/current/userguide/platforms.html#sub:conventional-dependencies-toml) to declare a version catalog.
50
49
*`settings.gradle.kts`: The multi-project Gradle settings file. Here are all sub-projects defined.
51
50
*`gradle.properties`: Holds the library version, needed & maintained by the CI/CD pipeline [release process](#release-process).
> ℹ️ This workflow automatically 'migrates' all files in your new repository, updating the **gradle project group**, **module name**, **package names**, and **all references** to the repo `<owner>/<name>`.
The project template consists of three top level folders
43
+
The project template consists of three top level _folders_:
45
44
*`.github/`: Defines the Github Actions CI tasks and templates for new pull requests, issues, etc.
46
45
*`gradle/`: Contains Gradle Configuration files such as the Gradle [Version Catalog](https://docs.gradle.org/current/userguide/platforms.html) and the Gradle Wrapper.
47
46
*`java-library-template/`: The library source code (gradle sub-project).
48
47
49
-
In addition, following files are worth highlighting:
48
+
In addition, following _files_ are worth highlighting:
50
49
*`gradle/libs.versions.toml`: A [conventional file](https://docs.gradle.org/current/userguide/platforms.html#sub:conventional-dependencies-toml) to declare a version catalog.
51
50
*`settings.gradle.kts`: The multi-project Gradle settings file. Here are all sub-projects defined.
52
51
*`gradle.properties`: Holds the library version, needed & maintained by the CI/CD pipeline [release process](#release-process).
0 commit comments