aboutsummaryrefslogtreecommitdiff
path: root/runners/cli
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/cli
parent1121071276ca2ce0afeabf4d3e540d4d8103f311 (diff)
downloaddokka-4810d07256c86825b85807dd93448279bde5b3b9.tar.gz
Update bundled kotlin compiler to 1.1.3
Diffstat (limited to 'runners/cli')
-rw-r--r--runners/cli/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/runners/cli/build.gradle b/runners/cli/build.gradle
index 2fa2752f1..a1d9d4d6f 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")