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.
2 parents 8c05bcd + 0ecf663 commit 77eaae6Copy full SHA for 77eaae6
1 file changed
build.gradle
@@ -1,18 +1,12 @@
1
plugins {
2
- id "com.palantir.flexversion" version "0.9.2"
+ id "com.palantir.git-version" version "0.11.0"
3
id "com.palantir.jacoco-coverage" version "0.4.0" apply false
4
id "com.github.hierynomus.license" version "0.13.1" apply false
5
}
6
7
apply from: 'gradle/versions.gradle'
8
9
-addPrintVersionTask()
10
-flexversion {
11
- envvarSources << 'CIRCLE_BRANCH'
12
- useTags = true
13
-}
14
-
15
-version flexVersion()
+version gitVersion()
16
group = 'com.palantir.giraffe'
17
18
ext.localPublishDir = "${buildDir}/m2"
0 commit comments