Files
tiennm99 35fb8cf2ef ci: fix gradlew path and permissions for Build Server job
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.
2026-04-11 08:39:13 +07:00
..