Skip to content

Commit

Permalink
fix plugin name
Browse files Browse the repository at this point in the history
  • Loading branch information
jdaugherty committed Dec 3, 2024
1 parent 8bba3e1 commit 2195df4
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 @@ -136,7 +136,7 @@ gradlePlugin {
id = 'org.grails.grails-web'
implementationClass = 'org.grails.gradle.plugin.web.GrailsWebGradlePlugin'
}
grailsPluginPublish {
grailsPublish {
displayName = "Grails Publish Gradle Plugin"
description = 'A plugin to assist in publishing Grails related artifacts'
id = 'org.grails.grails-publish'
Expand Down

0 comments on commit 2195df4

Please sign in to comment.