Kevin Macksamie
Kevin Macksamie
I've been watching this thread. @fs111 , I, too, am using Gradle for Hadoop projects. Using `configurations.default` works for me with Gradle 2.0 and propdeps-plugin-0.0.7
Even a sample that shows _how_ to create any variant outside of the ones created automatically (e.g., `debugLinuxX86-64`) would be great.
FWIW, I recently bumped into this when using `Date`s in my custom types. I naively assumed the `Date` property was to going to be deserialized into a `Date` object. I...
You could follow ISO 8601 to format the date and time of the release. For example, instead of `2020-12-16` you could write `2020-12-16T13:59:23+00:00` or `2020-12-16T13:59:23Z` to include the time and...
@ysb33r thanks for clarifying. I'll continue to use different tasks for the HTML and PDF backends. Perhaps a future version could log a warning/informational message when `resources {}` and the...
Thanks for creating this issue and those related to it. It will be great to have first-class support for these instead of using `kml:Element`, which is what I currently am...