From 9d4989a26a875566abe66c5858b0a8977d108be6 Mon Sep 17 00:00:00 2001 From: Nikhil Gajwani Date: Fri, 16 Jun 2017 15:05:50 -0700 Subject: [PATCH] Bump gradle-intellij-plugin version The old version was causing problems when downloading the kotlin plugin due to the server now including query string parameters in the downloaded .zip filename See issue: https://github.com/JetBrains/gradle-intellij-plugin/issues/201 Signed-off-by: Travis Grathwell --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2520df6..7a791c9 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { dependencies { classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion" classpath "gradle.plugin.com.zoltu.gradle.plugin:git-versioning:2.0.21" - classpath "gradle.plugin.org.jetbrains:gradle-intellij-plugin:0.1.10" + classpath "gradle.plugin.org.jetbrains.intellij.plugins:gradle-intellij-plugin:0.2.12" classpath 'com.github.jengelman.gradle.plugins:shadow:1.2.4' } }