apache / aurora

Apache Aurora - A Mesos framework for long-running services, cron jobs, and ad-hoc jobs
https://aurora.apache.org
Apache License 2.0
635 stars 232 forks source link

Gradle upgrade to 5.6.3 #99

Closed ridv closed 4 years ago

ridv commented 4 years ago

Description:

We're currently using Gradle 4.2. This upgrades our build system to using Gradle 5.6.3 which is the last version before 6.0. I did the minimal necessary upgrade to our plugins in order to not cause too much churn.

I tried to upgrade to 6.0 but we have a dependency on a plugin that has not currently been updated https://github.com/eriwen/gradle-js-plugin/issues/177

Testing Done:

Built project using gradle.

ridv commented 4 years ago

Ran into some issue with the benchmark software, will create a new PR later.