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 eac3a6a commit 6b4df33Copy full SHA for 6b4df33
.github/workflows/dependency-submission.yml
@@ -11,6 +11,12 @@ jobs:
11
steps:
12
- name: Checkout sources
13
uses: actions/checkout@v5
14
+ - name: git clone gradlex-build-conventions
15
+ uses: actions/checkout@v5
16
+ with:
17
+ repository: gradlex-org/plugin-publish-conventions
18
+ path: build/plugin-publish-conventions
19
+ ref: new-convention-plugins
20
- name: Generate and submit dependency graph
21
uses: gradle/actions/dependency-submission@v5
22
with:
0 commit comments