Add embeddable artifact for jvm-abi-gen
#KT-28824 Fixed
This commit is contained in:
committed by
Alexey Tsvetkov
parent
37042801c4
commit
e74a00789d
@@ -0,0 +1,20 @@
|
||||
import org.gradle.jvm.tasks.Jar
|
||||
|
||||
description = "ABI generation for Kotlin/JVM (for using with embeddable compiler)"
|
||||
|
||||
plugins {
|
||||
`java`
|
||||
}
|
||||
|
||||
dependencies {
|
||||
embedded(project(":plugins:jvm-abi-gen")) { isTransitive = false }
|
||||
}
|
||||
|
||||
publish()
|
||||
|
||||
val jar: Jar by tasks
|
||||
runtimeJar(rewriteDepsToShadedCompiler(jar))
|
||||
|
||||
sourcesJar()
|
||||
|
||||
javadocJar()
|
||||
Reference in New Issue
Block a user