GoogleCloudPlatform / cloud-builders-community

Community-contributed images for Google Cloud Build
https://cloud.google.com/cloud-build/
Apache License 2.0
1.25k stars 851 forks source link

Android gradle 8.0.0 support #622

Closed routhiervincent closed 9 months ago

routhiervincent commented 1 year ago

The current android cloud builder doesn't support the Android Gradle plugin 8.0.0 because it use google javac builder which is based on Java 8. The new plugin require Java 17.

The following commit make it work with gradle 8.0.0.

itok01 commented 9 months ago

I support this Pull Request.

Currently, the project created in Android Studio uses Gradle 8, so it cannot be built with the current Dockerfile-base.