Skip to content

Commit bf2d85d

Browse files
committed
Merge branch 'master' of github.com:Password4j/password4j
2 parents 0075a54 + 35d590d commit bf2d85d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
analyze:
2626
runs-on: ubuntu-latest
2727
env:
28-
JAVA_TOOL_OPTIONS: "--add-opens=java.base/java.lang=ALL-UNNAMED"
28+
JAVA_TOOL_OPTIONS: "--add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED"
29+
MAVEN_OPTS: "--add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED"
2930
steps:
3031
- uses: actions/checkout@v2
3132
with:

0 commit comments

Comments
 (0)