holmari / gerritstats

Tool for creating statistics from a Gerrit repository
MIT License
195 stars 54 forks source link

Silence gradle deprecation warnings in v6 #55

Open chrisinmtown opened 4 years ago

chrisinmtown commented 4 years ago

Declare dependencies with implementation, drop deprecated compilation Refactor dependencies from the two submodules into parent Upgrade com.moowork.node plugin to version 1.3.1 Upgrade node/npm to version 6.14.4 One deprecation warning remains about NpmSetupTask: Property 'args' is not annotated with an input or output annotation

chrisinmtown commented 4 years ago

I can barely spell gradle, I'm definitely not an expert, please check this carefully.