From 3da12b4f1d3018a0e4b66d01f2251f89b617854b Mon Sep 17 00:00:00 2001 From: Simon Ogorodnik Date: Tue, 17 Jan 2017 19:59:04 +0300 Subject: Fixed problems with 1.0.6 compiler conflict --- runners/ant/build.gradle | 2 ++ 1 file changed, 2 insertions(+) (limited to 'runners/ant/build.gradle') diff --git a/runners/ant/build.gradle b/runners/ant/build.gradle index 3c4d4ddb..20fc034d 100644 --- a/runners/ant/build.gradle +++ b/runners/ant/build.gradle @@ -1,3 +1,5 @@ +apply plugin: 'kotlin' + sourceCompatibility = 1.5 configurations { -- cgit