diff options
Diffstat (limited to 'runners/ant/build.gradle')
-rw-r--r-- | runners/ant/build.gradle | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |