mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 16:28:12 -07:00
removed commented out code
This commit is contained in:
parent
11a0f75589
commit
9df503f439
1 changed files with 0 additions and 2 deletions
|
@ -73,10 +73,8 @@ class BintrayApi @Inject constructor(val http: Http,
|
||||||
@Part file: MultipartBody.Part): Call<BintrayResponse>
|
@Part file: MultipartBody.Part): Call<BintrayResponse>
|
||||||
|
|
||||||
@Multipart
|
@Multipart
|
||||||
// @PUT("/maven/{owner}/maven/{package}/{group}/{artifact}/{version}/{name}")
|
|
||||||
@PUT("/content/{owner}/maven/{repo}/{version}/{group}/{artifact}/{name}")
|
@PUT("/content/{owner}/maven/{repo}/{version}/{group}/{artifact}/{name}")
|
||||||
fun uploadArtifact(@Path("owner") owner: String,
|
fun uploadArtifact(@Path("owner") owner: String,
|
||||||
// @Path("package") bintrayPackage: String,
|
|
||||||
@Path("repo") repo: String,
|
@Path("repo") repo: String,
|
||||||
@Path("group", encoded = true) group: String,
|
@Path("group", encoded = true) group: String,
|
||||||
@Path("artifact") artifact: String,
|
@Path("artifact") artifact: String,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue