remove .configureEach from javadoc task

This commit is contained in:
PiggyPiglet
2026-03-27 18:30:08 +08:00
parent 683815679f
commit 453f93da75

View File

@@ -42,7 +42,7 @@ tasks {
eachFile { expand("version" to project.version) }
}
withType<Javadoc>.configureEach {
withType<Javadoc> {
isFailOnError = false
}