GoogleCloudPlatform / cloud-builders-community

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

Support Android Gradle plugin 7.0.0+ #552

Closed routhiervincent closed 1 year ago

routhiervincent commented 2 years ago

The current android cloud builder doesn't support the Android Gradle plugin 7.0.0+ because it use google javac builder which is based on Java 8. The new plugin require Java 11. Maybe we could use openjdk:11-slim or openjdk:11-slim-buster for a lighter image.

The following commit make it work with gradle 7.0.0+.

slayson-isaac commented 1 year ago

Using this works for me! 👍