Skip to content

Commit b022247

Browse files
authored
Update gradle publishing command for gradle 9.x (#1550)
1 parent 14873f0 commit b022247

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
ORG_GRADLE_PROJECT_group: ${{ vars.GRADLE_GROUP }}
131131

132132
- name: Publish internal plugins to Gradle Plugin Portal
133-
run: ./gradlew -c gradle/plugins/settings.gradle.kts publishPlugins
133+
run: ./gradlew -p gradle/plugins publishPlugins
134134
env:
135135
GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_PUBLISH_KEY }}
136136
GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PUBLISH_SECRET }}

0 commit comments

Comments
 (0)