azavea / cac-tripplanner-android

GoPhillyGo Android app
https://gophillygo.org
Apache License 2.0
3 stars 3 forks source link

Upgrade to Gradle 8 #219

Closed ddohler closed 1 year ago

ddohler commented 1 year ago

Overview

Gradle is the build tool we use on this project. We use version 7, and version 8 is the latest. The Gradle support policy seems to be to support one version back from the latest, and possibly two versions, so version 7 is currently supported, but may not be once version 9 is released. It's not clear exactly when version 9 will be released, but it's slated to be next year. Upgrading now will guarantee us support through the release of Gradle 10 in the worst case, and possibly Gradle 11 in the best case, which should give us support through 2025 or perhaps 2026 if we're lucky.

Demo

N/A

Notes

Testing Instructions

Closes #214

ddohler commented 1 year ago

Thank you for pushing through with the review!