Add Automatic-Module-Name to published api jar (#551)
This commit is contained in:
@@ -63,6 +63,9 @@ task sourcesJar(type: Jar) {
|
|||||||
|
|
||||||
jar {
|
jar {
|
||||||
from sourceSets.ap.output
|
from sourceSets.ap.output
|
||||||
|
manifest {
|
||||||
|
attributes 'Automatic-Module-Name': 'com.velocitypowered.api'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
shadowJar {
|
shadowJar {
|
||||||
|
Reference in New Issue
Block a user