pygradle icon indicating copy to clipboard operation
pygradle copied to clipboard

Gradle 7 Compatibility

Open Cdevon2 opened this issue 3 years ago • 2 comments

  • Add missing annotations to make pygradle plugin tasks compatible with Gradle 7
  • Fix issues with extra characters when writing wheel-api.py resource to file
  • Update TeeOutputstream constructor to refer to static System.out instead of using self-referential assignment

Cdevon2 avatar Apr 25 '22 21:04 Cdevon2

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.

Cdevon2 avatar Apr 25 '22 23:04 Cdevon2

Any updates on this?

Oloremo avatar Jul 26 '22 14:07 Oloremo