Skip to content

Commit 5e51383

Browse files
committed
Readme tweaks
1 parent 8554bf7 commit 5e51383

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,9 @@ The task generates a [PlantUML](https://plantuml.com) file that you can render,
176176

177177
- [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:
178178
- [Develocity Build Scans](https://scans.gradle.com/) (👉[inspect](https://scans.gradle.com/s/h3odwhbjjd2qm))
179-
- [Gradle Remote Build Cache](https://docs.gradle.com/build-cache-node/)
179+
- [Gradle Remote Build Cache](https://docs.gradle.com/develocity/build-cache-node/)
180180
- [Reposilite](https://reposilite.com/) (👉[inspect](https://repo.onepiece.software/#/snapshots))
181-
- [Dependency Track](https://dependencytrack.org/) (👉[inspect](https://dtrack.onepiece.software/) login: guest/guest)
181+
- [Dependency Track](https://dependencytrack.org/)
182182
- [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))
183183

184184
## Notes
@@ -187,7 +187,7 @@ The task generates a [PlantUML](https://plantuml.com) file that you can render,
187187
- The concrete things done in all places (custom tasks, components used in dependencies, additional plugins applied, etc.) are just examples.
188188
If you, for example, need to use additional Gradle plugins you can add these in the corresponding place, keeping the suggested structure.
189189
- 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
191191
projects, I felt that the setup was overly complex without adding much value. I ended up striping it down to what this
192192
repository is now. The older version is still accessible on the
193193
[2022_java](https://github.com/jjohannes/gradle-project-setup-howto/tree/2022_java) branch.

0 commit comments

Comments
 (0)