Skip to content

Commit 98f89a2

Browse files
committed
Add Gradle plugin to determine current git tag version
1 parent e16d2de commit 98f89a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ buildscript {
99
plugins {
1010
id "org.jetbrains.intellij" version "0.2.17"
1111
id "de.undercouch.download" version "3.2.0"
12+
id 'com.palantir.git-version' version "0.9.1"
1213
}
1314

1415
apply plugin: 'idea'
@@ -32,7 +33,7 @@ intellij {
3233
}
3334

3435
group 'com.cedricziel'
35-
version '0.2.16'
36+
version gitVersion()
3637

3738
apply plugin: 'de.undercouch.download'
3839
task downloadPsiViewerPlugin() {

0 commit comments

Comments
 (0)