docs: guide in package javadoc; fix <
All checks were successful
Release / release (push) Successful in 1m24s

Signed-off-by: Leo Galambos <lg@hq.egothor.org>
This commit is contained in:
2025-07-06 13:46:03 +02:00
parent 4968cc516d
commit 432b705327
3 changed files with 37 additions and 1 deletions

View File

@@ -39,6 +39,10 @@ tasks.named('test') {
useJUnitPlatform()
}
tasks.withType(Javadoc).configureEach {
options.bottom = "Copyright &copy; 2025 Egothor"
}
if (project.hasProperty('giteaToken') && project.giteaToken) {
publishing {
publications {