Build: Publish kotlin-compiler-internal-test-framework maven artifact
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
plugins {
|
||||
java
|
||||
}
|
||||
|
||||
val embedded by configurations
|
||||
|
||||
dependencies {
|
||||
embedded(projectTests(":compiler:tests-common")) { isTransitive = false }
|
||||
}
|
||||
|
||||
publish()
|
||||
|
||||
runtimeJar()
|
||||
sourcesJar()
|
||||
javadocJar()
|
||||
@@ -224,6 +224,7 @@ include ":benchmarks",
|
||||
":prepare:formatter",
|
||||
":prepare:ide-lazy-resolver",
|
||||
":prepare:idea-plugin",
|
||||
":prepare:kotlin-compiler-internal-test-framework",
|
||||
":kotlin-compiler",
|
||||
":kotlin-compiler-embeddable",
|
||||
":kotlin-compiler-client-embeddable",
|
||||
|
||||
Reference in New Issue
Block a user