[Test] Don't pack compiler itself to internal-compiler-test-framework.jar
This commit is contained in:
committed by
teamcity
parent
a45cc17b1c
commit
419d497929
@@ -2,22 +2,16 @@ plugins {
|
||||
java
|
||||
}
|
||||
|
||||
val compilerModules: Array<String> by rootProject.extra
|
||||
|
||||
dependencies {
|
||||
compilerModules.forEach {
|
||||
embedded(project(it)) { isTransitive = false }
|
||||
}
|
||||
embedded(projectTests(":compiler:tests-common-jvm6")) { isTransitive = false }
|
||||
embedded(projectTests(":compiler:test-infrastructure")) { isTransitive = false }
|
||||
embedded(projectTests(":compiler:test-infrastructure-utils")) { isTransitive = false }
|
||||
embedded(projectTests(":compiler:tests-compiler-utils")) { isTransitive = false }
|
||||
embedded(projectTests(":compiler:tests-common-new")) { isTransitive = false }
|
||||
embedded(protobufFull())
|
||||
embedded(kotlinBuiltins())
|
||||
embedded(intellijJavaRt()) { isTransitive = false }
|
||||
}
|
||||
|
||||
publish()
|
||||
runtimeJar()
|
||||
sourcesJar()
|
||||
javadocJar()
|
||||
javadocJar()
|
||||
|
||||
Reference in New Issue
Block a user