Skip to content

Commit

Permalink
fix id to indicate it's not for plugins only
Browse files Browse the repository at this point in the history
  • Loading branch information
jdaugherty committed Dec 3, 2024
1 parent 2b5aedf commit 8bba3e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ gradlePlugin {
grailsPluginPublish {
displayName = "Grails Publish Gradle Plugin"
description = 'A plugin to assist in publishing Grails related artifacts'
id = 'org.grails.grails-plugin-publish'
id = 'org.grails.grails-publish'
implementationClass = 'org.grails.gradle.plugin.publishing.GrailsPublishGradlePlugin'
}
grailsProfilePublish {
Expand Down

0 comments on commit 8bba3e1

Please sign in to comment.