Ethan Hall

Results 34 comments of Ethan Hall

@Peternator7 any chance you'll be able to take a look at this sometime?

No worries! Stuff falls through the cracks from time to time. Sure, I can actually share what I'm doing with you. The goal was to make it easier to make...

@amitsaha check out [https://docs.gradle.org/current/dsl/org.gradle.api.tasks.Exec.html](https://docs.gradle.org/current/dsl/org.gradle.api.tasks.Exec.html). It will let you run any executable.

I'm going to close this issue @amitsaha, please comment back if this isn't what you were looking for.

Sure, if you want to you can make a PR that creates in another example like https://github.com/linkedin/pygradle/tree/master/examples/example-project we can review it.

Hey @abhijit838, we talk about the PyGradlePyPi repo in https://github.com/linkedin/pygradle#pypi-artifacts. It's not a full mirror, it provides enough to get pygradle started. We are investigating some better options but that...

Looks like colorama and pytz are being installed at different versions for different configurations. We don't use the Gradle cache for that task, but we do validate that we don't...

Can you post what you've tried? It should work (it won't install an editable, it will install an sdist). Can you also run `pip freeze` from B's activate and post...

This should be fixed now with 0.4.1 release. Would you be able to try it and see if it works for you?