mirror of
https://github.com/ethauvin/version-processor.git
synced 2025-04-24 23:47:11 -07:00
Add groupId and artifactId.
This commit is contained in:
parent
135bd465e1
commit
9f5c59ed0b
1 changed files with 3 additions and 1 deletions
4
Build.kt
4
Build.kt
|
@ -6,7 +6,9 @@ import com.beust.kobalt.plugin.packaging.*
|
|||
import com.beust.kobalt.plugin.apt.*
|
||||
|
||||
val processor = javaProject {
|
||||
name = "processor"
|
||||
name = "version-processor"
|
||||
group = "com.beust"
|
||||
artifactId = name
|
||||
version = "0.1"
|
||||
directory = "processor"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue