levelrin / jws-server

A framework for WebSocket server in Java
MIT License
0 stars 0 forks source link

Travis failed to use the gradlew due to a permission issue #2

Closed levelrin closed 3 years ago

levelrin commented 3 years ago

Expected Behavior

The build from CI is clean.

Actual Behavior

The CI on Travis has failed. This is the error:

/home/travis/.travis/functions: line 351: ./gradlew: Permission denied

Resolution

Change the permission of the gradlew. The solution is provided by this.