mirror of
https://github.com/Minestom/Minestom.git
synced 2024-12-29 04:28:21 +01:00
Add automatic module name (#1967)
This commit is contained in:
parent
82725b5e32
commit
05b3ed9e7f
@ -88,6 +88,11 @@ dependencies {
|
||||
}
|
||||
|
||||
tasks {
|
||||
jar {
|
||||
manifest {
|
||||
attributes("Automatic-Module-Name" to "net.minestom.server")
|
||||
}
|
||||
}
|
||||
withType<Javadoc> {
|
||||
(options as? StandardJavadocDocletOptions)?.apply {
|
||||
encoding = "UTF-8"
|
||||
|
Loading…
Reference in New Issue
Block a user