From 06fdcc00994197c014e34945b60eb7adef5fcd03 Mon Sep 17 00:00:00 2001 From: nik Date: Wed, 12 Apr 2017 12:54:32 +0300 Subject: [PATCH] build scripts: don't add Kotlin JARs to classpath in gant.xml This may lead to problems if Kotlin is updated to a new version inside a build script, so it'll remove the old JARs and add a new ones. We add Kotlin JARs to classpath in CompilationTasksImpl.ensureKotlinCompilerAddedToClassPath anyway. --- build/gant.xml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/build/gant.xml b/build/gant.xml index f5d132f4df94..6e1e7c6c3efd 100644 --- a/build/gant.xml +++ b/build/gant.xml @@ -1,6 +1,5 @@ - @@ -21,16 +20,6 @@ - - - - - - - - - -