Skip to content

Commit 5592679

Browse files
committed
Overriding GORM version in Grace Bom
Closes gh-68 See gh-67
1 parent 3f659e6 commit 5592679

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ ext."signing.password" = project.hasProperty("signing.password") ? project.getPr
1919
ext."signing.secretKeyRingFile" = project.hasProperty("signing.secretKeyRingFile") ? project.getProperty('signing.secretKeyRingFile') : ("${System.properties['user.home']}${File.separator}.gnupg${File.separator}secring.gpg")
2020
ext.isReleaseVersion = !projectVersion.endsWith("SNAPSHOT")
2121

22+
// Overriding GORM version in Grace Bom
23+
ext['grace-gorm.version'] = gormVersion
24+
2225
version = project.projectVersion
2326
group = "org.graceframework.plugins"
2427

0 commit comments

Comments
 (0)