mirror of
https://github.com/ethauvin/version-processor.git
synced 2025-04-24 15:37:12 -07:00
Build file.
This commit is contained in:
parent
eb1785039b
commit
a183715586
1 changed files with 2 additions and 1 deletions
3
Build.kt
3
Build.kt
|
@ -3,7 +3,7 @@ import com.beust.kobalt.*
|
|||
import com.beust.kobalt.plugin.application.*
|
||||
import com.beust.kobalt.plugin.java.*
|
||||
import com.beust.kobalt.plugin.packaging.*
|
||||
import com.beust.kobalt.plugin.packaging.*
|
||||
import com.beust.kobalt.plugin.apt.*
|
||||
|
||||
val processor = javaProject {
|
||||
name = "processor"
|
||||
|
@ -24,6 +24,7 @@ val processorExample = javaProject(processor) {
|
|||
directory = "example"
|
||||
|
||||
dependencies {
|
||||
apt(file("processor/kobaltBuild/libs/processor-0.1.jar"))
|
||||
compile(file("processor/kobaltBuild/libs/processor-0.1.jar"))
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue