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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -176,9 +176,9 @@ The task generates a [PlantUML](https://plantuml.com) file that you can render,
176
176
177
177
-[build.yaml](.github/workflows/build.yaml) Configure GitHub to run builds and produce reports (👉[inspect](https://github.com/jjohannes/gradle-project-setup-howto/actions/workflows/build.yaml)). Integrates with:
-[dependabot.yml](.github/dependabot.yml) Configure [Dependabot](https://github.com/dependabot) to automatically get version updates (👉[inspect](https://github.com/jjohannes/gradle-project-setup-howto/pulls/app%2Fdependabot))
183
183
184
184
## Notes
@@ -187,7 +187,7 @@ The task generates a [PlantUML](https://plantuml.com) file that you can render,
187
187
- The concrete things done in all places (custom tasks, components used in dependencies, additional plugins applied, etc.) are just examples.
188
188
If you, for example, need to use additional Gradle plugins you can add these in the corresponding place, keeping the suggested structure.
189
189
- There was a different version of this repository I initially published in 2022. The setup was more complex by splitting
190
-
the Gradle configuration over move folders which required more boilerplate. After using a setup like his in several
190
+
the Gradle configuration over more folders which required more boilerplate. After using a setup like this in several
191
191
projects, I felt that the setup was overly complex without adding much value. I ended up striping it down to what this
192
192
repository is now. The older version is still accessible on the
0 commit comments