mirror of
https://github.com/tiennm99/caro.git
synced 2026-05-14 02:57:42 +00:00
35fb8cf2ef
Last Build & Test run failed with exit 127 "./gradlew: No such file or directory". After the Maven-to-Gradle conversion the wrapper lives at server/gradlew, not at the repo root. Two fixes: 1. Workflow invokes server/gradlew directly instead of ./gradlew. 2. Mark server/gradlew as executable (mode 100755) in the git index so the Linux runner can exec it without a chmod step.