Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 421fee9

Browse files
committed
Fixed publishing snapshot
1 parent a368e42 commit 421fee9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,11 +182,11 @@ subprojects { subproject ->
182182

183183
if(isPluginProject) {
184184
group "org.grails.plugins"
185-
version project.version - '.RELEASE'
185+
version project.rootProject.version - '.RELEASE'
186186
}
187187
else {
188188
group "org.grails"
189-
version project.version
189+
version project.rootProject.version
190190
}
191191

192192
if(subproject.name == 'docs') {

0 commit comments

Comments
 (0)