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 e16d2de commit 98f89a2Copy full SHA for 98f89a2
build.gradle
@@ -9,6 +9,7 @@ buildscript {
9
plugins {
10
id "org.jetbrains.intellij" version "0.2.17"
11
id "de.undercouch.download" version "3.2.0"
12
+ id 'com.palantir.git-version' version "0.9.1"
13
}
14
15
apply plugin: 'idea'
@@ -32,7 +33,7 @@ intellij {
32
33
34
35
group 'com.cedricziel'
-version '0.2.16'
36
+version gitVersion()
37
38
apply plugin: 'de.undercouch.download'
39
task downloadPsiViewerPlugin() {
0 commit comments