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 b9d51e1 commit 2575babCopy full SHA for 2575bab
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 the file is missing the execute permission. To fis 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