Skip to content

Commit b2e6e37

Browse files
committed
for ubuntu
1 parent 33a90df commit b2e6e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/dist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ def call_gradle(java_home, folder):
302302

303303
command = "gradlew"
304304

305-
if platform.system() == "Darwin":
305+
if platform.system() in ["Darwin", "Linux"]:
306306
# make sure gradlew command is executable
307307
os.system("chmod +x " + os.getcwd() + "/" + folder + "/gradlew")
308308

0 commit comments

Comments
 (0)