mirror of
https://github.com/ethauvin/version-processor.git
synced 2025-04-24 23:47:11 -07:00
0.2.
This commit is contained in:
parent
dca5e18ed3
commit
20c0fefa2a
2 changed files with 8 additions and 7 deletions
6
Build.kt
6
Build.kt
|
@ -12,7 +12,7 @@ val processor = javaProject {
|
|||
name = "version-processor"
|
||||
group = "com.beust"
|
||||
artifactId = name
|
||||
version = "0.1"
|
||||
version = "0.2"
|
||||
directory = "processor"
|
||||
|
||||
assemble {
|
||||
|
@ -28,7 +28,7 @@ val processorExample = javaProject(processor) {
|
|||
name = "example"
|
||||
group = "com.beust"
|
||||
artifactId = name
|
||||
version = "0.1"
|
||||
version = "0.2"
|
||||
directory = "example"
|
||||
|
||||
val processorJar =
|
||||
|
@ -46,6 +46,6 @@ val processorExample = javaProject(processor) {
|
|||
}
|
||||
|
||||
application {
|
||||
mainClass = "com.beust.apt.example.Example"
|
||||
mainClass = "com.beust.version.example.Example"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue