aboutsummaryrefslogtreecommitdiff
path: root/runners
diff options
context:
space:
mode:
authorSimon Ogorodnik <Simon.Ogorodnik@jetbrains.com>2017-06-26 15:25:09 +0300
committerSimon Ogorodnik <Simon.Ogorodnik@jetbrains.com>2017-06-26 15:25:09 +0300
commit4810d07256c86825b85807dd93448279bde5b3b9 (patch)
treed7cc5162acdbea196e3c086a3d43d3ed6fa688a8 /runners
parent1121071276ca2ce0afeabf4d3e540d4d8103f311 (diff)
downloaddokka-4810d07256c86825b85807dd93448279bde5b3b9.tar.gz
dokka-4810d07256c86825b85807dd93448279bde5b3b9.tar.bz2
dokka-4810d07256c86825b85807dd93448279bde5b3b9.zip
Update bundled kotlin compiler to 1.1.3
Diffstat (limited to 'runners')
-rw-r--r--runners/android-gradle-plugin/build.gradle2
-rw-r--r--runners/ant/build.gradle2
-rw-r--r--runners/cli/build.gradle2
-rw-r--r--runners/gradle-plugin/build.gradle2
4 files changed, 4 insertions, 4 deletions
diff --git a/runners/android-gradle-plugin/build.gradle b/runners/android-gradle-plugin/build.gradle
index a1747619..7c2eaa14 100644
--- a/runners/android-gradle-plugin/build.gradle
+++ b/runners/android-gradle-plugin/build.gradle
@@ -1,7 +1,7 @@
apply plugin: 'java'
apply plugin: 'kotlin'
-sourceCompatibility = 1.6
+sourceCompatibility = 1.8
apply plugin: 'com.github.johnrengelman.shadow'
apply plugin: "com.gradle.plugin-publish"
diff --git a/runners/ant/build.gradle b/runners/ant/build.gradle
index 20fc034d..2622ce6e 100644
--- a/runners/ant/build.gradle
+++ b/runners/ant/build.gradle
@@ -1,6 +1,6 @@
apply plugin: 'kotlin'
-sourceCompatibility = 1.5
+sourceCompatibility = 1.6
configurations {
provided
diff --git a/runners/cli/build.gradle b/runners/cli/build.gradle
index 2fa2752f..a1d9d4d6 100644
--- a/runners/cli/build.gradle
+++ b/runners/cli/build.gradle
@@ -1,6 +1,6 @@
apply plugin: 'kotlin'
-sourceCompatibility = 1.5
+sourceCompatibility = 1.6
dependencies {
compile project(":core")
diff --git a/runners/gradle-plugin/build.gradle b/runners/gradle-plugin/build.gradle
index dbb3d72a..1848570a 100644
--- a/runners/gradle-plugin/build.gradle
+++ b/runners/gradle-plugin/build.gradle
@@ -1,7 +1,7 @@
apply plugin: 'java'
apply plugin: 'kotlin'
-sourceCompatibility = 1.6
+sourceCompatibility = 1.8
apply plugin: 'com.github.johnrengelman.shadow'
apply plugin: "com.gradle.plugin-publish"