Re: Groovy Wrapper for Bintray API

2016-03-01 Thread Gerald Wiltse
Thanks Schalk! Gerald R. Wiltse jerrywil...@gmail.com On Tue, Mar 1, 2016 at 7:50 AM, Schalk Cronjé wrote: > I am not sure what you want to achieve. That code is part of a Bintray > publishing Gradle plugin I wrote, before Bintray came out with their own > version. If you want to just publish

Re: Groovy Wrapper for Bintray API

2016-03-01 Thread Schalk Cronjé
I am not sure what you want to achieve. That code is part of a Bintray publishing Gradle plugin I wrote, before Bintray came out with their own version. If you want to just publish to Bintray from Gradle, this will work for you if you use the original style maven publishing. If you want to do

Re: Groovy Wrapper for Bintray API

2016-02-29 Thread Gerald Wiltse
Thank you sir! Actually... would I be able to just use the plugin library? Are methods exposed in similar ways? Gerald R. Wiltse jerrywil...@gmail.com On Mon, Feb 29, 2016 at 6:26 PM, Schalk Cronjé wrote: > You can re-use some code from here - > https://github.com/ysb33r/bintray/blob/master/

Re: Groovy Wrapper for Bintray API

2016-02-29 Thread Schalk Cronjé
You can re-use some code from here - https://github.com/ysb33r/bintray/blob/master/gradle-plugin/src/main/groovy/org/ysb33r/gradle/bintray/BintrayAPI.groovy On 29/02/2016 23:13, Gerald Wiltse wrote: I don't suppose anyone has created a groovy wrapper "library" for bintray have they? Just hopi

Groovy Wrapper for Bintray API

2016-02-29 Thread Gerald Wiltse
I don't suppose anyone has created a groovy wrapper "library" for bintray have they? Just hoping to get lucky. As I set out to write my third such a wrapper for a popular REST API in 2 months, i keep thinking "haven't 100 people already done this work?". I checked, and Bintray hasn't done the sw