Skip to content

Commit 2175f7a

Browse files
committed
refactor
1 parent 69d5718 commit 2175f7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ python {
1010

1111
tasks {
1212
register<Exec>("buildDist") {
13-
commandLine("sh", "-c", "python setup.py sdist")
13+
executable = "python"
14+
args("setup.py", "sdist")
1415
}
1516

1617
register<Copy>("updateDockerFiles") {

0 commit comments

Comments
 (0)