Skip to content

Commit 31ad891

Browse files
committed
Add open to allow reflection for InjectedContextFunctionProxyTest
1 parent 7697689 commit 31ad891

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ jobs:
1919
java-version: ${{ matrix.java }}
2020
cache: "maven"
2121
- name: "Build"
22-
run: mvn --batch-mode -no-transfer-progress -V verify
23-
22+
run: mvn --batch-mode -no-transfer-progress -V verify
23+
env:
24+
JDK_JAVA_OPTIONS: --add-opens=java.base/java.lang=ALL-UNNAMED

0 commit comments

Comments
 (0)