Add annotation processing into dist, publish & tests
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
|
||||
description = "Annotation Processor wrapper for Kotlin"
|
||||
|
||||
apply { plugin("kotlin") }
|
||||
|
||||
dependencies {
|
||||
@@ -18,3 +20,10 @@ projectTest {
|
||||
workingDir = projectDir
|
||||
}
|
||||
|
||||
runtimeJar()
|
||||
sourcesJar()
|
||||
javadocJar()
|
||||
|
||||
dist()
|
||||
|
||||
publish()
|
||||
|
||||
Reference in New Issue
Block a user