tauri/.changes/ensure-gradlew-unix.md
Lucas Fernandes Nogueira 2d31aef759
fix(cli): ensure gradlew is executable and does not use CRLF (#10751)
* test fix

* ensure gradle is executable and does not use CRLF

* fix import

* add change file

* add 0o111 instead
2024-08-23 10:49:45 -03:00

147 B

tauri-cli @tauri-apps/cli
patch:bug patch:bug

Ensure gradlew is executable and does not use CRLF so it can be used on UNIX systems.