Skip to content

Commit ee4c7c6

Browse files
committed
ci: update Maven build command to include additional argument for JDK exports
1 parent a667bf4 commit ee4c7c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-from-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ jobs:
5959
restore-keys: |
6060
${{ runner.os }}-maven-
6161
- name: Build with Maven
62-
run: git init && mvn clean verify -Dgit-code-format.skip=true -ntp
62+
run: git init && mvn clean verify -Dgit-code-format.skip=true -DargLine="--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED" -ntp
6363
working-directory: ./cart-service

0 commit comments

Comments
 (0)