Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorRodchenkov authored May 13, 2024
1 parent 25425a0 commit 0a5553c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
build-with-jdk17:
runs-on: ubuntu-latest
env:
_JAVA_OPTIONS: "--add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED"
JDK_JAVA_OPTIONS: "--add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED"
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
Expand All @@ -47,4 +47,4 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Build with Maven and JDK-17
run: mvn --batch-mode --update-snapshots verify
run: mvn --batch-mode --update-snapshots verify

0 comments on commit 0a5553c

Please sign in to comment.