Skip to content

Commit 99a9321

Browse files
committed
[ALL] Upgrade gradle plugins
1 parent dac8da0 commit 99a9321

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ buildscript {
1212
}
1313

1414
plugins {
15-
id "org.jetbrains.intellij" version "0.4.21"
15+
id "org.jetbrains.intellij" version "0.4.26"
1616
id "org.jetbrains.grammarkit" version "${grammarKitPluginVersion}"
17-
id 'com.palantir.git-version' version "0.11.0"
17+
id 'com.palantir.git-version' version "0.12.3"
1818
}
1919

2020
def details = versionDetails()

0 commit comments

Comments
 (0)