13
0
geforkt von Mirrors/Velocity

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'
}
}