gradlew 215 B

1234
  1. #!/bin/sh
  2. # Placeholder gradlew script. Install Gradle and run "gradle wrapper" to generate actual wrapper.
  3. echo "Please install Gradle and run 'gradle wrapper' in this directory to generate wrapper scripts."
  4. exit 1