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 a3d565c commit c6f9445Copy full SHA for c6f9445
build.gradle
@@ -9,7 +9,7 @@ buildscript {
9
}
10
11
plugins {
12
- id "org.jetbrains.intellij" version "0.3.1"
+ id "org.jetbrains.intellij" version "0.3.2"
13
id "de.undercouch.download" version "3.2.0"
14
id 'com.palantir.git-version' version "0.9.1"
15
@@ -41,7 +41,7 @@ version gitVersion()
41
apply plugin: 'de.undercouch.download'
42
task downloadPsiViewerPlugin() {
43
download {
44
- src 'https://plugins.jetbrains.com/plugin/download?updateId=31087'
+ src 'https://plugins.jetbrains.com/plugin/download?updateId=46431'
45
dest new File("${buildDir}/tmp/plugins/", 'PsiViewer.jar')
46
onlyIfNewer true
47
0 commit comments