davidson-consulting / diff-jjoules

diff-jjoules is a tool to run in your continuous integration to measure the impact of commits on the energy consumption of the program :seedling:
GNU General Public License v3.0
4 stars 5 forks source link

[REFACTOR] upgrade to java 11 and bump dependencies #56

Open danglotb opened 2 years ago

danglotb commented 2 years ago

We downgraded the targeted Java to 8 because it was not working for our experiment (mostly for gson). Hence, we downgraded also some dependencies (spoon and jgit).

Would be great to upgrade everything while making diff-jjoules passing on old versions of programs.