Gradle-like wrapper #8242
Closed
ennioVisco
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
|
duplicate #4988 |
Beta Was this translation helpful? Give feedback.
1 reply
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
One of the amazing features of Gradle as a building tool is that it has a cross-platform
gradlewscript that automatically fetches the right version of gradle, and with some plugins even of the JVM, so that on first runs it sets up the local development requirements and runtime requirements (see https://docs.gradle.org/current/userguide/gradle_wrapper.html).It would be cool if Poetry was able to reach a similar thing, essentially:
pyprojectfilepyprojectfileBeta Was this translation helpful? Give feedback.
All reactions