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+.
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+.