We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a667bf4 commit ee4c7c6Copy full SHA for ee4c7c6
.github/workflows/ci-from-template.yaml
@@ -59,5 +59,5 @@ jobs:
59
restore-keys: |
60
${{ runner.os }}-maven-
61
- name: Build with Maven
62
- run: git init && mvn clean verify -Dgit-code-format.skip=true -ntp
+ run: git init && mvn clean verify -Dgit-code-format.skip=true -DargLine="--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED" -ntp
63
working-directory: ./cart-service
0 commit comments