Mirror von
https://github.com/PaperMC/Velocity.git
synchronisiert 2024-12-25 07:40:13 +01:00
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