Skip to content

Commit e402ccd

Browse files
committed
Convert version toString(). Fixes #9852
1 parent bc4a946 commit e402ccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-gradle-plugin/src/main/groovy/org/grails/gradle/plugin/core/GrailsGradlePlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ class GrailsGradlePlugin extends GroovyPlugin {
420420

421421
def replaceTokens = [
422422
'info.app.name' : project.name,
423-
'info.app.version' : project.version,
423+
'info.app.version' : project.version?.toString(),
424424
'info.app.grailsVersion': grailsVersion
425425
]
426426

0 commit comments

Comments
 (0)