From da54a091fb2e4fee8c370b8c351bb2ec194e0fa4 Mon Sep 17 00:00:00 2001 From: Andrew Steinborn Date: Sun, 21 Mar 2021 16:15:48 -0400 Subject: [PATCH] Allow the java.lang module to be opened, as a temporary Java 15+ workaround --- proxy/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/proxy/build.gradle b/proxy/build.gradle index bde1cf168..54afc3da0 100644 --- a/proxy/build.gradle +++ b/proxy/build.gradle @@ -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' } }