Changed to compileOnly for kobalt-plugin-api.

This commit is contained in:
Erik C. Thauvin 2017-04-26 20:01:11 -07:00
parent 853fc484b6
commit 0f995f08ca

View file

@ -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
}
}