Skip to content

Commit 3430799

Browse files
authored
Merge pull request #50 from grails-plugins/github-actions-and-version-updates
fix: project version from gradle.properties
2 parents bbb38d7 + f3f9e71 commit 3430799

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ buildscript {
1111
}
1212
}
1313

14-
version = "5.0.0-SNAPSHOT"
14+
version = projectVersion
1515
group = "org.grails.plugins"
1616

1717
apply plugin: "eclipse"

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
projectVersion=5.0.0-SNAPSHOT
12
grailsVersion=7.1.1
23
groovyVersion=4.0.31
34
asciidoctorGradlePluginVersion=4.0.5

0 commit comments

Comments
 (0)