Skip to content

Commit 8554bf7

Browse files
committed
Update Readme with newly added variations
1 parent 5a459c2 commit 8554bf7

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.gradle
22
.idea
33
build
4+
target

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,16 @@ The structure though, is good for any kind of project you may build with Gradle
1212
> [!NOTE]
1313
> There are adjustments on other branches of this repo that show how the setup can be varied:
1414
> - 🧩 [**Java Module System**](https://github.com/jjohannes/gradle-project-setup-howto/tree/java_module_system)
15+
> - 📦 [**Versions in BOM/Platform**](https://github.com/jjohannes/gradle-project-setup-howto/tree/java_bom)
1516
> - 🦩 [**Kotlin**](https://github.com/jjohannes/gradle-project-setup-howto/tree/kotlin)
1617
> - 🤖 [**Android**](https://github.com/jjohannes/gradle-project-setup-howto/tree/android)
1718
> - 🍃 [**Java** and **Spring Boot**](https://github.com/jjohannes/gradle-project-setup-howto/tree/spring_boot)
1819
20+
> [!TIP]
21+
> For comparison, there are also Maven variants of the setup:
22+
> - 🦉 [**Maven**](https://github.com/jjohannes/gradle-project-setup-howto/tree/java_mavenized)
23+
> - 🧩 [**Maven & Java Module System**](https://github.com/jjohannes/gradle-project-setup-howto/tree/java_module_system_mavenized)
24+
1925
This is following similar patterns as [idiomatic-gradle](https://github.com/jjohannes/idiomatic-gradle)
2026
but is closer to a _full_ setup that also takes the aspect of continuously changing dependencies into account.
2127

0 commit comments

Comments
 (0)