don't fail when javadocs are missing smh

This commit is contained in:
PiggyPiglet
2026-03-27 18:29:25 +08:00
parent 79deb5f7d2
commit 683815679f

View File

@@ -42,6 +42,10 @@ tasks {
eachFile { expand("version" to project.version) } eachFile { expand("version" to project.version) }
} }
withType<Javadoc>.configureEach {
isFailOnError = false
}
withType<ShadowJar> { withType<ShadowJar> {
archiveClassifier.set("hytale") archiveClassifier.set("hytale")