File tree 2 files changed +3
-3
lines changed
.github/actions/publish-to-plugin-portal
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 35
35
- name : Publish
36
36
shell : bash
37
37
working-directory : ${{ github.action_path }}
38
- run : ${{ github.workspace }}/gradlew publishExisting -Pgradle.publish.key=${{ inputs.gradle-plugin-publish-key }} -Pgradle.publish.secret=${{ inputs.gradle-plugin-publish-secret }} -PpluginVersion =${{ inputs.plugin-version }} -PrepositoryRoot=${{ github.workspace }}/gradle-plugin-portal
38
+ run : ${{ github.workspace }}/gradlew publishExisting -Pgradle.publish.key=${{ inputs.gradle-plugin-publish-key }} -Pgradle.publish.secret=${{ inputs.gradle-plugin-publish-secret }} -PdependencyManagementPluginVersion =${{ inputs.plugin-version }} -PrepositoryRoot=${{ github.workspace }}/gradle-plugin-portal
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ plugins {
5
5
tasks. register(" publishExisting" , com.gradle.publish.PublishExistingTask ) {
6
6
pluginId = " io.spring.dependency-management"
7
7
fileRepositoryRoot = new File (" ${ repositoryRoot} " )
8
- pluginVersion = " ${ pluginVersion } "
9
- pluginCoordinates = " io.spring.gradle:dependency-management-plugin:${ pluginVersion } "
8
+ pluginVersion = " ${ dependencyManagementPluginVersion } "
9
+ pluginCoordinates = " io.spring.gradle:dependency-management-plugin:${ dependencyManagementPluginVersion } "
10
10
displayName = " Dependency Management Plugin"
11
11
pluginDescription = " A Gradle plugin that provides Maven-like dependency management functionality"
12
12
website = " https://github.com/spring-gradle-plugins/dependency-management-plugin"
You can’t perform that action at this time.
0 commit comments