Skip to content

Commit 6204c8d

Browse files
committed
Merge remote-tracking branch 'origin/live-meter' into live-meter
2 parents 6fd882e + 2175f7a commit 6204c8d

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)