Skip to content

Commit 3cceed2

Browse files
committed
python3
1 parent b279dfe commit 3cceed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

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

1111
tasks {
1212
register<Exec>("buildDist") {
13-
executable = "python"
13+
executable = "python3"
1414
args("setup.py", "sdist")
1515
}
1616

0 commit comments

Comments
 (0)