Fix manifest classpath in kotlin-compiler

This commit is contained in:
Ilya Gorbunov
2017-09-08 07:44:51 +03:00
committed by Ilya Chernikov
parent 6e75d44bc3
commit ec2e7bb43c
+1 -1
View File
@@ -24,7 +24,7 @@ plugins {
// Set to false to disable proguard run on kotlin-compiler.jar. Speeds up the build
val shrink = true
val compilerManifestClassPath =
"kotlin-runtime.jar kotlin-reflect.jar kotlin-script-runtime.jar"
"kotlin-stdlib.jar kotlin-reflect.jar kotlin-script-runtime.jar"
val fatJarContents by configurations.creating
val fatSourcesJarContents by configurations.creating