kotlin-result/gradle.properties
Michael Bull 909462be86 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.
2018-02-28 03:18:34 +00:00

8 lines
136 B
INI

group=com.github.michaelbull
version=1.0.9-SNAPSHOT
dokkaVersion=0.9.14
hamkrestVersion=1.4.2.0
junitVersion=4.12
kotlinVersion=1.2.21