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.
This commit is contained in:
Michael Bull 2018-02-28 03:18:34 +00:00
parent b812d938f9
commit 909462be86
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
group=com.github.michaelbull.kotlin-result group=com.github.michaelbull
version=1.0.9-SNAPSHOT version=1.0.9-SNAPSHOT
dokkaVersion=0.9.14 dokkaVersion=0.9.14