We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69d5718 commit 2175f7aCopy full SHA for 2175f7a
1 file changed
build.gradle.kts
@@ -10,7 +10,8 @@ python {
10
11
tasks {
12
register<Exec>("buildDist") {
13
- commandLine("sh", "-c", "python setup.py sdist")
+ executable = "python"
14
+ args("setup.py", "sdist")
15
}
16
17
register<Copy>("updateDockerFiles") {
0 commit comments