noamt/rest-gradle-plugin

URI must be a String, not Object

Closed this issue · 3 comments

This line prevents URI from being an Object, as StringUtil requires a String. Could you call toString before that?

noamt commented

Will do!

On Wed, Jan 27, 2016 at 7:17 AM, Kenzie Togami notifications@github.com
wrote:

This line
https://github.com/noamt/rest-gradle-plugin/blob/master/src/main/groovy/org/_10ne/gradle/rest/RestTask.groovy#L97
prevents URI from being an Object, as StringUtil requires a String. Could
you call toString before that?


Reply to this email directly or view it on GitHub
#17.

noamt commented

I fixed this with 0.4.1. Note that due to new plugin ID restrictions I had to change the plugin ID

https://plugins.gradle.org/plugin/org.tenne.rest

Thanks!