aboutsummaryrefslogtreecommitdiff
path: root/runners/gradle-plugin/build.gradle
diff options
context:
space:
mode:
authorSimon Ogorodnik <Simon.Ogorodnik@jetbrains.com>2016-11-10 21:54:15 +0300
committerSimon Ogorodnik <Simon.Ogorodnik@jetbrains.com>2016-11-10 21:54:15 +0300
commit4dc2f010ae28bb4142504bf7238fc4a33f1f1eb8 (patch)
tree461fbe19f8913f7b4f1fb1da52a30820be2a7da1 /runners/gradle-plugin/build.gradle
parent32cfff6d3dcb099e891e56b969c3c561d8fd9769 (diff)
downloaddokka-4dc2f010ae28bb4142504bf7238fc4a33f1f1eb8.tar.gz
dokka-4dc2f010ae28bb4142504bf7238fc4a33f1f1eb8.tar.bz2
dokka-4dc2f010ae28bb4142504bf7238fc4a33f1f1eb8.zip
Fixed android-gradle-plugin crash with android gradle build tools 2.2.0. Updated gradle wrapper to 2.14.1 to compile with gradle build tools 2.2.0
Diffstat (limited to 'runners/gradle-plugin/build.gradle')
-rw-r--r--runners/gradle-plugin/build.gradle4
1 files changed, 0 insertions, 4 deletions
diff --git a/runners/gradle-plugin/build.gradle b/runners/gradle-plugin/build.gradle
index 50997889..3c330d18 100644
--- a/runners/gradle-plugin/build.gradle
+++ b/runners/gradle-plugin/build.gradle
@@ -28,10 +28,6 @@ task sourceJar(type: Jar) {
from sourceSets.main.allSource
}
-task wrapper(type: Wrapper) {
- gradleVersion = '2.5'
- distributionUrl = "https://services.gradle.org/distributions/gradle-$gradleVersion-all.zip"
-}
shadowJar {
baseName = 'dokka-gradle-plugin'