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

This commit is contained in:
Andrew Steinborn
2021-03-21 16:15:48 -04:00
parent 690bcfcaa5
commit da54a091fb

View File

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