JPS Build: exclude :core:builtins, use prebuilt bootstrap version

This commit is contained in:
Sergey Rostov
2019-03-28 09:10:50 +03:00
parent fb3f28974e
commit 7b89b0abbb
13 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ dependencies {
compile(project(module)) { isTransitive = false }
}
fatJarContents(project(":core:builtins"))
fatJarContents(kotlinBuiltins())
fatJarContents(commonDep("javax.inject"))
fatJarContents(commonDep("org.jline", "jline"))
fatJarContents(commonDep("org.fusesource.jansi", "jansi"))