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 a45d6dbCopy full SHA for a45d6db
docs/TESTS.md
@@ -81,6 +81,16 @@ 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
+ ./gradlew: Permission denied
87
88
+ Then that means there's an issue regarding permissions, that the file isn't executable. To fix this, run:
89
90
+ chmod +x ./gradlew
91
92
+ And now you should be able to run the previous command.
93
94
4. Solve the exercise. Find and work through the `instructions.append.md` guide ([view on GitHub][hello-world-tutorial]).
95
96
Good luck! Have fun!
0 commit comments