Skip to content

Commit

Permalink
[skip ci] add group to workaround gradle-nexus/publish-plugin#310
Browse files Browse the repository at this point in the history
  • Loading branch information
jdaugherty committed Dec 24, 2024
1 parent 0acbadd commit 2bb53f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ allprojects {
}

version project.projectVersion
group "org.grails.plugins"

subprojects { project ->
version project.projectVersion
group "org.grails.plugins"

apply plugin: "groovy"

Expand Down

0 comments on commit 2bb53f0

Please sign in to comment.