Skip to content

Commit 87612e1

Browse files
committed
[ACS-11375] Add AGS dependency graph workflow
1 parent 45035d6 commit 87612e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dependency-graph.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
java-version: '21'
2424
maven-version: '3.9.9'
25-
maven-args: -Dscopes=compile,runtime
25+
maven-args: -Dscopes=compile,runtime -Pags
2626
maven-username: ${{ secrets.NEXUS_USERNAME }}
2727
maven-password: ${{ secrets.NEXUS_PASSWORD }}
2828
maven-settings-path: ".ci.settings.xml"

0 commit comments

Comments
 (0)