Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gradle 7 Compatibility #356

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

Cdevon2
Copy link

@Cdevon2 Cdevon2 commented Apr 25, 2022

  • 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

- Update annotations to conform with precedent

Fix issues with writing wheel-api.py resource to file

Add missing annotations to make pygradle plugin compatible with Gradle 7
@Cdevon2 Cdevon2 marked this pull request as draft April 25, 2022 23:10
@Cdevon2
Copy link
Author

Cdevon2 commented Apr 25, 2022

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
Copy link

Oloremo commented Jul 26, 2022

Any updates on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants