This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-ognl.git


The following commit(s) were added to refs/heads/master by this push:
     new 96ddaf0  Uses proper syntax for --add-opens
96ddaf0 is described below

commit 96ddaf0905e829667720e9009f1421a78b9e6fc7
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Mon Oct 18 08:27:30 2021 +0200

    Uses proper syntax for --add-opens
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 34884cf..930df73 100644
--- a/pom.xml
+++ b/pom.xml
@@ -622,7 +622,8 @@ limitations under the License.
               <configuration>
                 <argLine>
                   --illegal-access=permit
-                  --add-opens java.base/java.lang/java.util=ALL-UNNAMED
+                  --add-opens java.base/java.lang=ALL-UNNAMED
+                  --add-opens java.base/java.util=ALL-UNNAMED
                   -Dillegal-access=permit
                 </argLine>
               </configuration>

Reply via email to