@@ -0,0 +1,4 @@
@echo off
if not exist gradlew (
gradle wrapper
)
if ! [ -f "gradlew" ]; then
fi;
chmod +x gradlew
The note is not visible to the blocked user.