ksoichiro / gradle-web-resource-plugin

Gradle plugin to use CoffeeScript, LESS and Bower libraries without Node.js/npm.
Apache License 2.0
23 stars 5 forks source link

modify resource tasks to not chain input properties #17

Closed gordolio closed 7 years ago

gordolio commented 7 years ago

This fixes issue #16

Rather than chaining properties for task inputs, this calls getInputs().property(String,Object) within each task that uses it.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.01%) to 98.271% when pulling dd4632b8af2580e0557a19ff42f611a61eb085c6 on gordolio:issue-16-gradle-3.3-deprecation into 4601224feb6488235c7703807430645b4b37dcc6 on ksoichiro:master.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.01%) to 98.271% when pulling dd4632b8af2580e0557a19ff42f611a61eb085c6 on gordolio:issue-16-gradle-3.3-deprecation into 4601224feb6488235c7703807430645b4b37dcc6 on ksoichiro:master.

ksoichiro commented 7 years ago

Thank you!