Bumped JUnit version to 5.11.3 Bumped PMD extension version to 1.1.7 Bumped JDK to version 23 (GitHub CI Workflow) Bumped Kotlin to version 2.0.21 Bumped Kotlin extension to version 1.0.2 |
||
---|---|---|
.. | ||
.idea | ||
.vscode | ||
lib/bld | ||
src | ||
.gitignore | ||
bld | ||
bld.bat | ||
README.md |
Compile the example
./bld compile
Check code with Detekt
./bld detekt
./bld detekt-main
./bld detekt-test
Generate Detekt baseline
./bld detekt-baseline
The detekt-baseline.xml
file will be created in the project's root directory.