Skip to content

Commit

Permalink
add java lang add opens for ql
Browse files Browse the repository at this point in the history
  • Loading branch information
akshat0395 committed Jul 11, 2024
1 parent 7c16afc commit 6d85533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1006,7 +1006,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>-Xmx2048m --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.net=ALL-UNNAMED --add-opens java.base/java.util.concurrent.atomic=ALL-UNNAMED</argLine>
<argLine>-Xmx2048m --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.net=ALL-UNNAMED --add-opens java.base/java.util.concurrent.atomic=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED</argLine>
<environmentVariables>
<HIVE_CLUSTER_ID>hive-test-cluster-id-env</HIVE_CLUSTER_ID>
<TZ>US/Pacific</TZ>
Expand Down

0 comments on commit 6d85533

Please sign in to comment.