bld-dokka/examples
Erik C. Thauvin ca811b1469
Updated dependencies
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
2024-10-27 16:22:57 -07:00
..
.idea Bumped bld to version 2.1.0 2024-08-30 16:29:38 -07:00
.vscode Bumped bld to version 2.1.0 2024-08-30 16:29:38 -07:00
lib/bld Updated dependencies 2024-10-27 16:22:57 -07:00
src Updated dependencies 2024-10-27 16:22:57 -07:00
.gitignore Initial commit (split from bld-kotlin) 2024-06-15 16:36:35 -07:00
bld Initial commit (split from bld-kotlin) 2024-06-15 16:36:35 -07:00
bld.bat Initial commit (split from bld-kotlin) 2024-06-15 16:36:35 -07:00
README.md Ensured exit status is set on failure 2024-07-22 10:23:19 -07:00

Compile the Example

./bld compile

Run the Example

./bld run

Run the Tests

./bld test

Build the documentation with Dokka

./bld docs

./bld javadoc
./bld dokka-html
./bld dokka-gfm
./bld dokka-jekyll