1
0
Fork 0
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:
Cedric Beust 2015-11-14 08:43:34 -08:00
parent 135bd465e1
commit 9f5c59ed0b

View file

@ -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"