Do not output compiler jar path during configuration of libraries

This commit is contained in:
Alexander Udalov
2017-09-26 17:15:31 +03:00
parent 3b5c2bbcaa
commit 24b0b75d8e
-1
View File
@@ -216,7 +216,6 @@ ext.createScriptTask = { Project project, def name, Closure<JavaExec> configureC
return project.configure(task) {
// dependsOn(rootProject.prepareBootstrap)
classpath = rootProject.configurations.scriptCompile
println(rootProject.configurations.scriptCompile.files)
main = "org.jetbrains.kotlin.cli.jvm.K2JVMCompiler"
args = [
"-script",