We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1123e5b commit 0281d7dCopy full SHA for 0281d7d
docs/TESTS.md
@@ -81,6 +81,20 @@ Good luck! Have fun!
81
82
_(Don't worry about the tests failing, at first, this is how you begin each exercise.)_
83
84
+ If you get the following error:
85
+
86
+ ```sh
87
+ ./gradlew: Permission denied
88
+ ```
89
90
+ Then that means there's an issue regarding permissions, that the file isn't executable. To fix this, run:
91
92
93
+ chmod +x ./gradlew
94
95
96
+ And now you should be able to run the previous command.
97
98
4. Solve the exercise. Find and work through the `instructions.append.md` guide ([view on GitHub][hello-world-tutorial]).
99
100
Good luck! Have fun!
0 commit comments