pygradle
pygradle copied to clipboard
Using Gradle to build Python projects
@elautz @zvezdan I have a request to better scan the dependency style of pygradle in https://github.com/nexB/scancode-toolkit/issues/3015 and I was wondering if this project is still actively maintained as the last...
- 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...
I am trying out to create a new pygradle project and get the following error: ``` gradle tasks FAILURE: Build failed with an exception. * Where: Build file '/Users/knaryshkin/git/LegendaryStats/utils/db_gen/build.gradle' line:...
Version 0.10.8 is not published on Gradle Plugins - see https://plugins.gradle.org/plugin/com.linkedin.python
Hi, Context: I am new to Python coding. numpy version 1.21.5 has a security vulnerability https://github.com/numpy/numpy/issues/18993. This dependency is a transitive dependency not a direct dependency. We are sure that...
…pi repository.
I see this issue in my build from this morning. And trying to see this PyPi in LinkedIn Artifactory, but could not see that. Is it removed or any issue?...
Hi ! How can I pass pexOptions to the last version of plugin? In version 0.9.11 I used to buildPex.pexOptions = ["--entry=tax.main"], but now realBuildPex.pexOptions doesn't work.
in an Ubuntu18.04 container, I keep getting this error: ``` * What went wrong: A problem occurred evaluating root project 'example-project'. > Unable to find or execute python ``` I...