diff --git a/kobalt/src/Build.kt b/kobalt/src/Build.kt index 17b0f42..5ac6613 100644 --- a/kobalt/src/Build.kt +++ b/kobalt/src/Build.kt @@ -46,7 +46,7 @@ val p = project { } dependencies { - compile("com.beust:$kobaltDependency:") + compileOnly("com.beust:$kobaltDependency:") compile("com.squareup.okhttp3:logging-interceptor:jar:3.7.0") } @@ -76,6 +76,8 @@ val p = project { } versionEye { + org = "thauvin" + team = "Owners" pom = true } } \ No newline at end of file