1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-25 07:57:12 -07:00

Forgot a dependency.

This commit is contained in:
Cedric Beust 2016-09-23 12:27:01 -07:00
parent cb006ba2b5
commit 58a74a3e41

View file

@ -98,6 +98,7 @@ val kobaltPluginApi = project {
"com.squareup.retrofit2:retrofit:${Versions.retrofit}",
"com.squareup.retrofit2:converter-gson:${Versions.retrofit}",
"com.beust:jcommander:1.48",
"org.eclipse.jgit:org.eclipse.jgit:4.5.0.201609210915-r",
"org.slf4j:slf4j-nop:1.6.0",
"org.eclipse.aether:aether-spi:${Versions.aether}",
@ -207,6 +208,7 @@ val kobaltApp = project(kobaltPluginApi, wrapper) {
github {
file("$buildDirectory/libs/$name-$version.zip", "$name/$version/$name-$version.zip")
autoGitTag = true
}
test {