We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6fd882e + 2175f7a commit 6204c8dCopy full SHA for 6204c8d
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