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()
|
||||
Reference in New Issue
Block a user