We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f659e6 commit 5592679Copy full SHA for 5592679
build.gradle
@@ -19,6 +19,9 @@ ext."signing.password" = project.hasProperty("signing.password") ? project.getPr
19
ext."signing.secretKeyRingFile" = project.hasProperty("signing.secretKeyRingFile") ? project.getProperty('signing.secretKeyRingFile') : ("${System.properties['user.home']}${File.separator}.gnupg${File.separator}secring.gpg")
20
ext.isReleaseVersion = !projectVersion.endsWith("SNAPSHOT")
21
22
+// Overriding GORM version in Grace Bom
23
+ext['grace-gorm.version'] = gormVersion
24
+
25
version = project.projectVersion
26
group = "org.graceframework.plugins"
27
0 commit comments