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) }
|
eachFile { expand("version" to project.version) }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
withType<Javadoc>.configureEach {
|
||||||
|
isFailOnError = false
|
||||||
|
}
|
||||||
|
|
||||||
withType<ShadowJar> {
|
withType<ShadowJar> {
|
||||||
archiveClassifier.set("hytale")
|
archiveClassifier.set("hytale")
|
||||||
|
|
||||||
@@ -75,4 +79,4 @@ tasks {
|
|||||||
}
|
}
|
||||||
|
|
||||||
publish.get().setDependsOn(listOf(build.get()))
|
publish.get().setDependsOn(listOf(build.get()))
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user