linkedin / pygradle

Using Gradle to build Python projects
https://github.com/linkedin/pygradle
Apache License 2.0
586 stars 147 forks source link

Gradle 7 Compatibility #356

Open Cdevon2 opened 2 years ago

Cdevon2 commented 2 years ago
Cdevon2 commented 2 years ago

The failing test is due to updates in the underlying docker image. The openjdk:8-jdk default image uses Debian Bullseye as the base, while the default image in the previous release used Debian Buster. Bullseye does not provide a default python executable.

Oloremo commented 2 years ago

Any updates on this?