···11[versions]
22indra = "4.0.0"
33-stylecheck = "0.2.1"
33+checkstyle = "13.2.0"
44shadow = "9.3.1"
55junit = "6.0.2"
66jspecify = "1.0.0"
···1212shadow = { group = "com.gradleup.shadow", name = "shadow-gradle-plugin", version.ref = "shadow" }
13131414# development tools (code quality, annotations)
1515-stylecheck = { group = "ca.stellardrift", name = "stylecheck", version.ref = "stylecheck" }
1515+checkstyle = { group = "com.puppycrawl.tools", name = "checkstyle", version.ref = "checkstyle" }
1616jspecify = { group = "org.jspecify", name = "jspecify", version.ref = "jspecify" }
17171818# testing
+4-5
readme.md
···33This template is marked [CC0 1.0](https://creativecommons.org/publicdomain/zero/1.0/).
4455The `license.txt` and `license_header.txt` this template provides are MIT. You will want to change
66-them if your project will be released under a different license.
66+them if your project will be released under a different license. Remember to change the license
77+declaration in `base-conventions.gradle.kts` too.
7889## Quick start
910···15161617## Checkstyle
17181818-This template uses a fork of checkstyle. For checkstyle support in IntelliJ IDEA:
1919+This template uses checkstyle. For checkstyle support in IntelliJ IDEA:
192020211. Install the checkstyle plugin.
2121-2. Compile stylecheck from [its repository](https://codeberg.org/stellardrift/stylecheck).
2222-3. In `Settings` -> `Tools` -> `Checkstyle` `Third-Party Checks`, add the compiled stylecheck jar.
2323-4. In the `Checkstyle` tab, set the configuration file to `.checkstyle/checkstyle.xml`.
2222+2. In the `Checkstyle` tab, set the configuration file to `.checkstyle/checkstyle.xml`.