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 Nov 6, 2024
1 parent bfe1c25 commit 3d1a796
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def profileProjects = ['spring-security-rest-testapp-profile']
def publishedProjects = pluginProjects + profileProjects

version projectVersion
group "org.grails.plugins"

ext.set('isSnapshot', projectVersion.endsWith('-SNAPSHOT'))
ext.set('isReleaseVersion', !isSnapshot)
Expand Down

0 comments on commit 3d1a796

Please sign in to comment.