geforkt von Mirrors/Velocity
Add Automatic-Module-Name to published api jar (#551)
Dieser Commit ist enthalten in:
Ursprung
2f82603f65
Commit
0bad9199dc
@ -63,6 +63,9 @@ task sourcesJar(type: Jar) {
|
||||
|
||||
jar {
|
||||
from sourceSets.ap.output
|
||||
manifest {
|
||||
attributes 'Automatic-Module-Name': 'com.velocitypowered.api'
|
||||
}
|
||||
}
|
||||
|
||||
shadowJar {
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren