amino-os / Amino.Run

Amino Distributed OS - Runtime Manager
Apache License 2.0
29 stars 12 forks source link

WIP: Upgrade gradle from 4.10 to 5.1.1 #801

Closed quinton-hoole closed 5 years ago

quinton-hoole commented 5 years ago

We're on a very old version of Gradle and the Android gradle plugin. Upgrade to the latest stable version, and make required changes to the build scripts to deal with deprecated fields etc.

I'm still trying to resolve a circular dependency problem that's crept in after which I'll remove the WIP and merge once reviewed. If I manually generate stubs, then all tests and examples succeed. But when I add a dependency to make that happen automatically, gradle fails with a circular dependency. That's what still needs to be resolved.

quinton-hoole commented 5 years ago

Replaced by #812. Closing this.