Skip to content

Commit

Permalink
Fixes group name for plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Dec 27, 2023
1 parent 993581b commit cb6ad0e
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 @@ -43,7 +43,7 @@ nexusPublishing {
}

subprojects { project->
if (project.name.startsWith('grails-plugin')) {
if (project.name.startsWith('grace-plugin')) {
group "org.graceframework.plugins"
}
else {
Expand Down

0 comments on commit cb6ad0e

Please sign in to comment.