Build: Publish kotlin-compiler-internal-test-framework maven artifact

This commit is contained in:
Vyacheslav Gerasimov
2020-11-16 22:23:01 +03:00
parent 5d9e86863a
commit 7354bcbc99
2 changed files with 16 additions and 0 deletions
@@ -0,0 +1,15 @@
plugins {
java
}
val embedded by configurations
dependencies {
embedded(projectTests(":compiler:tests-common")) { isTransitive = false }
}
publish()
runtimeJar()
sourcesJar()
javadocJar()
+1
View File
@@ -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",