Skip to content

Commit c6f9445

Browse files
committed
Update IntelliJ Gradle Plugin
1 parent a3d565c commit c6f9445

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
@@ -9,7 +9,7 @@ buildscript {
99
}
1010

1111
plugins {
12-
id "org.jetbrains.intellij" version "0.3.1"
12+
id "org.jetbrains.intellij" version "0.3.2"
1313
id "de.undercouch.download" version "3.2.0"
1414
id 'com.palantir.git-version' version "0.9.1"
1515
}
@@ -41,7 +41,7 @@ version gitVersion()
4141
apply plugin: 'de.undercouch.download'
4242
task downloadPsiViewerPlugin() {
4343
download {
44-
src 'https://plugins.jetbrains.com/plugin/download?updateId=31087'
44+
src 'https://plugins.jetbrains.com/plugin/download?updateId=46431'
4545
dest new File("${buildDir}/tmp/plugins/", 'PsiViewer.jar')
4646
onlyIfNewer true
4747
}

0 commit comments

Comments
 (0)