Skip to content

Commit b275251

Browse files
committed
More readme links
1 parent d529677 commit b275251

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ template repo for Java/Kotlin projects using Gradle
88
## Features
99

1010
- JDK 21 ([Amazon Corretto](https://aws.amazon.com/corretto/))
11-
- Gradle 8 with Kotlin DSL
11+
- [Gradle 8](https://github.com/gradle/gradle) with Kotlin DSL
1212
- [GitHub Actions](https://github.com/features/actions) CI/CD
13-
- Automatic code formatting via [Spotless](https://github.com/diffplug/spotless) (`google-java-format` and `ktlint`)
13+
- Automatic code formatting via [Spotless](https://github.com/diffplug/spotless) ([`google-java-format`](https://github.com/google/google-java-format) and [`ktlint`](https://github.com/pinterest/ktlint))
1414
- Code style analysis via [Checkstyle](https://github.com/checkstyle/checkstyle)
1515
- Static analysis via [SpotBugs](https://spotbugs.github.io/)
1616
- Unit and integration test support via [JUnit 5](https://junit.org/junit5/) and [TestSets plugin](https://github.com/unbroken-dome/gradle-testsets-plugin)

0 commit comments

Comments
 (0)