mirror of
https://github.com/ethauvin/version-processor.git
synced 2025-04-24 23:47:11 -07:00
0.246.
This commit is contained in:
parent
71c48e2f65
commit
9b651c51c8
6 changed files with 4 additions and 130 deletions
6
Build.kt
6
Build.kt
|
@ -24,15 +24,11 @@ val processorExample = javaProject(processor) {
|
|||
directory = "example"
|
||||
|
||||
dependencies {
|
||||
compile(file("../processor/kobaltBuild/libs/processor-0.1.jar"))
|
||||
compile(file("processor/kobaltBuild/libs/processor-0.1.jar"))
|
||||
}
|
||||
|
||||
assemble {
|
||||
jar {
|
||||
fatJar = true
|
||||
manifest {
|
||||
attributes("Main-Class", "com.beust.apt.example.Example")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue