From 015693090f37f9112b23b4ceb8b628e985f49b57 Mon Sep 17 00:00:00 2001 From: Andrew Steinborn Date: Sun, 21 Mar 2021 16:17:41 -0400 Subject: [PATCH] Fix typo (thanks zml) --- proxy/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/build.gradle b/proxy/build.gradle index 54afc3da0..8773a085f 100644 --- a/proxy/build.gradle +++ b/proxy/build.gradle @@ -28,7 +28,7 @@ jar { attributes 'Implementation-Version': version attributes 'Implementation-Vendor': "Velocity Contributors" attributes 'Multi-Release': 'true' - attributes 'Allow-Opens': 'java.base/java.lang' + attributes 'Add-Opens': 'java.base/java.lang' } }