Closed levelrin closed 3 years ago
The build from CI is clean.
The CI on Travis has failed. This is the error:
/home/travis/.travis/functions: line 351: ./gradlew: Permission denied
Change the permission of the gradlew. The solution is provided by this.
gradlew
Expected Behavior
The build from CI is clean.
Actual Behavior
The CI on Travis has failed. This is the error:
Resolution
Change the permission of the
gradlew
. The solution is provided by this.