From 909462be868d0b62e4948988d0dec29a477b203a Mon Sep 17 00:00:00 2001 From: Michael Bull Date: Wed, 28 Feb 2018 03:18:34 +0000 Subject: [PATCH] Align artifact group with jitpack repository Jitpack convention sets the artifact id as com.github.michaelbull:kotlin-result, excluding "kotlin-result" from the group name. This commit aligns the artifact's group name with their convention. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 8ff3440..3e15dbe 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -group=com.github.michaelbull.kotlin-result +group=com.github.michaelbull version=1.0.9-SNAPSHOT dokkaVersion=0.9.14