Gradle fix
This commit is contained in:
@@ -42,9 +42,17 @@ class AndroidHelper {
|
||||
|
||||
}
|
||||
|
||||
if (PlatformHelper.hostPlatform != Platform.WINDOWS && targetType != "nodejs") {
|
||||
|
||||
ProcessHelper.runCommand ("", "chmod", [ "755", PathHelper.combine (projectDirectory, "gradlew.sh") ]);
|
||||
ProcessHelper.runCommand (projectDirectory, "./gradlew.sh", [ task ]);
|
||||
|
||||
} else {
|
||||
|
||||
ProcessHelper.runCommand (projectDirectory, "gradlew", [ task ]);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
private static function connect (deviceID:String):Void {
|
||||
|
||||
Reference in New Issue
Block a user