commit | d617350c0d24cd8e4ce5e86ca9b2db649b66f2f0 | [log] [download] |
---|---|---|
author | Chris Hennick <4961925+Pr0methean@users.noreply.github.com> | Mon Mar 25 12:43:53 2019 -0700 |
committer | Gareth Coles <gdude2002@gmail.com> | Mon Mar 25 19:43:53 2019 +0000 |
tree | 663bfb98adf173da48ac83900e5e88c37a33bc72 | |
parent | d6ed91c1fd3189e71ee38548126d7e4f8da2696c [diff] |
Test Java 8 too on Azure Pipelines (#1033) Since Azure Pipelines allows up to 10 concurrent jobs, we can easily afford to run a second one per push, and it can help us ensure we're not breaking compatibility with JDK 8 (which I think some plugins still require). This PR adds a second job on JDK 8, and renames the jars from that second job; I'm not sure why there's only one coverage report.