holmari / gerritstats

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

Upgrade to recent java, npm #47

Closed chrisinmtown closed 4 years ago

chrisinmtown commented 4 years ago

1) Upgrade to latest gradle wrapper which works with Java 11 and drop findbugs plugin 2) Upgrade sass package to the latest version 3) The method getClass().getClassLoader() does not yield a URLClassLoader, so the cast failed. Revise to call method getResource() to fetch the MANIFEST.MF file. Must be tested with Java 8 to ensure compatibility. I checked the API docs and it should work.

chrisinmtown commented 4 years ago

This pull request has 3 commits. Not quite certain of the protocol here, I can squash them down into one if you prefer.

chrisinmtown commented 4 years ago

Was not supposed to turn into 5 commits.