Add Automatic-Module-Name to published api jar (#551)

This commit is contained in:
A248
2021-07-24 14:34:23 -04:00
committed by GitHub
parent 2f82603f65
commit 0bad9199dc

View File

@@ -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 {