Skip to content

Commit 4a4eaaa

Browse files
committed
Fix env var name
1 parent dbce604 commit 4a4eaaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
distribution: oracle
2121
- shell: bash
2222
run: |
23-
MVN_OPTS="--add-opens=java.base/jdk.internal.access=ALL-UNNAMED \
23+
export MAVEN_OPTS="--add-opens=java.base/jdk.internal.access=ALL-UNNAMED \
2424
--add-opens=java.base/jdk.internal.misc=ALL-UNNAMED \
2525
--add-opens=java.base/sun.nio.ch=ALL-UNNAMED \
2626
--add-opens=java.base/sun.util.calendar=ALL-UNNAMED \

0 commit comments

Comments
 (0)