Skip to content

Commit

Permalink
fix(executable): Wrong quotes in add-opens variable for executable
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-mulier-p committed Jul 13, 2023
1 parent 0e65692 commit 7507ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/jar/selfrun.bat
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ IF %java_version% NEQ 0 (

REM Opens java.nio due to https://github.com/snowflakedb/snowflake-jdbc/issues/589
REM Opens java.util due to https://github.com/Azure/azure-sdk-for-java/issues/27806
SET JAVA_ADD_OPENS="--add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED"
SET "JAVA_ADD_OPENS=--add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED"

java %JAVA_OPTS% %JAVA_ADD_OPENS% -jar "%this%" %*

Expand Down

0 comments on commit 7507ada

Please sign in to comment.