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

removed commented out code

This commit is contained in:
evanchooly 2016-04-16 23:21:43 -04:00
parent 11a0f75589
commit 9df503f439

View file

@ -73,10 +73,8 @@ class BintrayApi @Inject constructor(val http: Http,
@Part file: MultipartBody.Part): Call<BintrayResponse>
@Multipart
// @PUT("/maven/{owner}/maven/{package}/{group}/{artifact}/{version}/{name}")
@PUT("/content/{owner}/maven/{repo}/{version}/{group}/{artifact}/{name}")
fun uploadArtifact(@Path("owner") owner: String,
// @Path("package") bintrayPackage: String,
@Path("repo") repo: String,
@Path("group", encoded = true) group: String,
@Path("artifact") artifact: String,