Skip to content

Commit

Permalink
add system properties to allow java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
DilshanSenarath committed Aug 14, 2023
1 parent 4bfe412 commit 47834e5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pr-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@ jobs:
build:
runs-on: ubuntu-latest

env:
JAVA_TOOL_OPTIONS: "-Djdk.util.zip.disableZip64ExtraFieldValidation=true -Djdk.nio.zipfs.allowDotZipEntry=true"

strategy:
matrix:
# Will add the 17 once Nashorn is removed.
java-version: [ 11.0.19+7 ]
java-version: [ 11 ]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 47834e5

Please sign in to comment.