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