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 b62c153 commit 2153fb5Copy full SHA for 2153fb5
.github/workflows/dependabot.yml
@@ -24,3 +24,6 @@ jobs:
24
25
- name: Submit Dependency Snapshot
26
uses: advanced-security/maven-dependency-submission-action@v3
27
+ with:
28
+ # Do not consider the acceptance test projects
29
+ maven-args: -am -pl java-compiler-testing
0 commit comments