We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eefcdeb commit 3877c1cCopy full SHA for 3877c1c
audit-logging/build.gradle
@@ -22,7 +22,7 @@ plugins {
22
id "com.jfrog.bintray" version "1.4"
23
}
24
25
-version "2.0.2-SNAPSHOT"
+version file("$rootDir/version.txt").text.trim()
26
group "org.grails.plugins"
27
28
apply plugin: 'maven-publish'
audit-test/build.gradle
@@ -16,7 +16,7 @@ plugins {
16
id "io.spring.dependency-management" version "0.5.1.RELEASE"
17
18
19
-version "2.0.2"
20
group "audit.test"
21
apply plugin: "spring-boot"
version.txt
@@ -0,0 +1 @@
1
+2.0.2
0 commit comments