Matt Whipple
Matt Whipple
Moved projectsEvaluated back to where it was, which seems to work now :/. Allow use on new JDKs when sourceCompatibility is set to supported version. Defer to sourceCompatibility default use...
In using a template which includes the literal text `~*`, the whitespace after that string is collapsed even though it is not within handlebars. I.e. `~* foo` ends up rendered...
When running `./gradlew installGrunt` from a root directory where one of the child projects contains the grunt code it has issues with being shown UP-TO-DATE and not being able to...
I'm presently using this plugin to manage an external process that isn't strictly tied to the build lifecycle, so it would be nice if the plugin had some additional logic...
An MPD such as: ``` main/ ``` Results in: `TypeError: Cannot set property 'duration' of undefined` rather than something defined like `MISSING_SEGMENT_INFORMATION` Still working out the specifics.
### Description Currently scripts/plugins seem to be applied to the current state and therefore need to be run at appropriate time(s), but it could be valuable to define behaviors that...