mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2026-04-08 02:02:27 +02:00
don't fail when javadocs are missing smh
This commit is contained in:
@@ -42,6 +42,10 @@ tasks {
|
||||
eachFile { expand("version" to project.version) }
|
||||
}
|
||||
|
||||
withType<Javadoc>.configureEach {
|
||||
isFailOnError = false
|
||||
}
|
||||
|
||||
withType<ShadowJar> {
|
||||
archiveClassifier.set("hytale")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user