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 d74fc48 commit 72ce4d1Copy full SHA for 72ce4d1
.github/workflows/ci-build.yml
@@ -12,6 +12,12 @@ jobs:
12
steps:
13
- name: git clone
14
uses: actions/checkout@v5
15
+ - name: git clone gradlex-build-conventions
16
+ uses: actions/checkout@v4
17
+ with:
18
+ repository: gradlex-org/plugin-publish-conventions
19
+ path: build/plugin-publish-conventions
20
+ ref: new-convention-plugins
21
- name: Set up JDK
22
uses: actions/setup-java@v5
23
with:
settings.gradle.kts
@@ -1 +1,3 @@
1
+pluginManagement { includeBuild("build/plugin-publish-conventions") }
2
+
3
plugins { id("org.gradlex.internal.gradlex-build-conventions") version "0.7" }
0 commit comments