Skip to content

Commit

Permalink
Add marker artifact to default publications
Browse files Browse the repository at this point in the history
  • Loading branch information
sjohnr committed Oct 10, 2023
1 parent a86adc1 commit 6abcc86
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gradle-plugin/spring-security-release-plugin.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ plugins {
}

gradlePlugin {
automatedPublishing = false
plugins {
springReleasePlugin {
id = "io.spring.release"
Expand All @@ -26,7 +25,7 @@ publishing {
artifactory {
publish {
defaults {
publications("shadow")
publications("shadow", "springReleasePluginPluginMarkerMaven")
}
}
}
Expand Down

0 comments on commit 6abcc86

Please sign in to comment.