From 9f5c59ed0b6c708f835add8b047df9a68b628c4f Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Sat, 14 Nov 2015 08:43:34 -0800 Subject: [PATCH] Add groupId and artifactId. --- Build.kt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Build.kt b/Build.kt index bd0c035..a0339d6 100644 --- a/Build.kt +++ b/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"