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