Fix javadoc search bar

This commit is contained in:
themode 2020-10-13 10:51:48 +02:00
parent a273c0fd02
commit 59d5008d1b
1 changed files with 6 additions and 0 deletions

View File

@ -35,6 +35,12 @@ allprojects {
url 'http://repo.spongepowered.org/maven'
}
}
javadoc {
options {
addBooleanOption('html5', true)
addBooleanOption('-no-module-directories', true)
}
}
}
group 'net.minestom.server'