JPS Build: exclude :core:builtins, use prebuilt bootstrap version
This commit is contained in:
@@ -71,7 +71,7 @@ dependencies {
|
||||
|
||||
trove4jJar(intellijDep()) { includeIntellijCoreJarDependencies(project) { it.startsWith("trove4j") } }
|
||||
|
||||
fatJarContents(project(":core:builtins"))
|
||||
fatJarContents(kotlinBuiltins())
|
||||
fatJarContents(commonDep("javax.inject"))
|
||||
fatJarContents(commonDep("org.jline", "jline"))
|
||||
fatJarContents(commonDep("org.fusesource.jansi", "jansi"))
|
||||
|
||||
@@ -71,7 +71,7 @@ dependencies {
|
||||
|
||||
trove4jJar(intellijDep()) { includeIntellijCoreJarDependencies(project) { it.startsWith("trove4j") } }
|
||||
|
||||
fatJarContents(project(":core:builtins"))
|
||||
fatJarContents(kotlinBuiltins())
|
||||
fatJarContents(commonDep("javax.inject"))
|
||||
fatJarContents(commonDep("org.jline", "jline"))
|
||||
fatJarContents(commonDep("org.fusesource.jansi", "jansi"))
|
||||
|
||||
@@ -71,7 +71,7 @@ dependencies {
|
||||
|
||||
trove4jJar(intellijDep()) { includeIntellijCoreJarDependencies(project) { it.startsWith("trove4j") } }
|
||||
|
||||
fatJarContents(project(":core:builtins"))
|
||||
fatJarContents(kotlinBuiltins())
|
||||
fatJarContents(commonDep("javax.inject"))
|
||||
fatJarContents(commonDep("org.jline", "jline"))
|
||||
fatJarContents(commonDep("org.fusesource.jansi", "jansi"))
|
||||
|
||||
Reference in New Issue
Block a user