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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
One of the amazing features of Gradle as a building tool is that it has a cross-platform
gradlew
script 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:
pyproject
filepyproject
fileBeta Was this translation helpful? Give feedback.
All reactions