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 14873f0 commit b022247Copy full SHA for b022247
1 file changed
.github/workflows/release.yml
@@ -130,7 +130,7 @@ jobs:
130
ORG_GRADLE_PROJECT_group: ${{ vars.GRADLE_GROUP }}
131
132
- name: Publish internal plugins to Gradle Plugin Portal
133
- run: ./gradlew -c gradle/plugins/settings.gradle.kts publishPlugins
+ run: ./gradlew -p gradle/plugins publishPlugins
134
env:
135
GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_PUBLISH_KEY }}
136
GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PUBLISH_SECRET }}
0 commit comments