Skip to content

Commit 729a12a

Browse files
committed
Clone gradlex-build-conventions on CI
1 parent d3cf2b2 commit 729a12a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- 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
1420
- uses: actions/setup-java@v5
1521
with:
1622
distribution: temurin

0 commit comments

Comments
 (0)