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 d3cf2b2 commit 729a12aCopy full SHA for 729a12a
.github/workflows/build.yaml
@@ -11,6 +11,12 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
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
- uses: actions/setup-java@v5
21
with:
22
distribution: temurin
0 commit comments