Skip to content

Commit 3e7933b

Browse files
committed
Updated to latest intellij gradle plugin (#164)
1 parent 72857fd commit 3e7933b

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
@@ -8,7 +8,7 @@ buildscript {
88
}
99

1010
plugins {
11-
id 'org.jetbrains.intellij' version '0.3.4'
11+
id 'org.jetbrains.intellij' version '0.4.3'
1212
id "de.undercouch.download" version "3.4.3"
1313
}
1414

@@ -42,6 +42,7 @@ intellij {
4242
updateSinceUntilBuild = false
4343
pluginName 'JS GraphQL'
4444
plugins = ['JavaScriptLanguage', 'CSS']
45+
ideaDependencyCachePath = project.buildDir
4546
}
4647
patchPluginXml {
4748

0 commit comments

Comments
 (0)