Changed to compileOnly for kobalt-plugin-api.
This commit is contained in:
parent
853fc484b6
commit
0f995f08ca
1 changed files with 3 additions and 1 deletions
|
@ -46,7 +46,7 @@ val p = project {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile("com.beust:$kobaltDependency:")
|
compileOnly("com.beust:$kobaltDependency:")
|
||||||
compile("com.squareup.okhttp3:logging-interceptor:jar:3.7.0")
|
compile("com.squareup.okhttp3:logging-interceptor:jar:3.7.0")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -76,6 +76,8 @@ val p = project {
|
||||||
}
|
}
|
||||||
|
|
||||||
versionEye {
|
versionEye {
|
||||||
|
org = "thauvin"
|
||||||
|
team = "Owners"
|
||||||
pom = true
|
pom = true
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue