3
0
Mirror von https://github.com/PaperMC/Velocity.git synchronisiert 2024-09-29 06:30:16 +02:00

Allow the java.lang module to be opened, as a temporary Java 15+ workaround

Dieser Commit ist enthalten in:
Andrew Steinborn 2021-03-21 16:15:48 -04:00
Ursprung 690bcfcaa5
Commit da54a091fb

Datei anzeigen

@ -28,6 +28,7 @@ jar {
attributes 'Implementation-Version': version
attributes 'Implementation-Vendor': "Velocity Contributors"
attributes 'Multi-Release': 'true'
attributes 'Allow-Opens': 'java.base/java.lang'
}
}