We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 181b9be commit 141ab72Copy full SHA for 141ab72
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
run: echo "GPG key loaded"
32
33
- name: Build and publish
34
- run: ./gradlew build :preflight-core:preflight-gradle-plugin:publish
+ run: ./gradlew build :preflight-core:preflight-gradle-plugin:publishPlugins
35
env:
36
GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_PUBLISH_KEY }}
37
GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PUBLISH_SECRET }}
preflight-core/preflight-gradle-plugin/build.gradle.kts
@@ -4,6 +4,7 @@ plugins {
4
`maven-publish`
5
signing
6
id("com.gradleup.shadow") version "9.0.0-beta17"
7
+ id("com.gradle.plugin-publish") version "1.3.1"
8
}
9
10
buildscript {
0 commit comments