just so i dont have to update the documentation lol

This commit is contained in:
2022-04-24 00:43:54 -05:00
parent 5fd22ba582
commit bfdce97271
9 changed files with 23 additions and 7 deletions

View File

@ -1,6 +1,5 @@
plugins {
id "net.minecrell.plugin-yml.bukkit" version "0.6.1-SNAPSHOT"
id "com.github.johnrengelman.shadow" version "7.1.2"
}
dependencies {
@ -104,6 +103,10 @@ tasks {
enabled = false
}
shadowJar {
finalizedBy(rootProject.tasks.copyJars)
}
javadoc {
options.memberLevel = JavadocMemberLevel.PRIVATE
}