Review Javadoc infrastructure

This commit is contained in:
Stéphane Nicoll
2025-03-05 10:10:55 +01:00
parent d0800f1ae6
commit ae1029ea4f
18 changed files with 224 additions and 611 deletions

View File

@@ -56,7 +56,6 @@ tasks.named("javadoc") {
title = "Spring Web Services ${project.version} API"
options {
use = true
bottom = "Copyright © ${java.time.Year.now()} <a href=\"https://spring.io\">VMware by Broadcom</a>. All rights reserved."
}
}