mirror of
https://github.com/Minestom/Minestom.git
synced 2024-12-28 03:57:50 +01:00
Fix javadoc search bar
This commit is contained in:
parent
a273c0fd02
commit
59d5008d1b
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user