Changeset View
Changeset View
Standalone View
Standalone View
gradlew
Show All 22 Lines | |||||
cd "`dirname \"$PRG\"`/" >/dev/null | cd "`dirname \"$PRG\"`/" >/dev/null | ||||
APP_HOME="`pwd -P`" | APP_HOME="`pwd -P`" | ||||
cd "$SAVED" >/dev/null | cd "$SAVED" >/dev/null | ||||
APP_NAME="Gradle" | APP_NAME="Gradle" | ||||
APP_BASE_NAME=`basename "$0"` | APP_BASE_NAME=`basename "$0"` | ||||
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. | # Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. | ||||
DEFAULT_JVM_OPTS="" | DEFAULT_JVM_OPTS='"-Xmx64m"' | ||||
# Use the maximum available, or set MAX_FD != -1 to use that value. | # Use the maximum available, or set MAX_FD != -1 to use that value. | ||||
MAX_FD="maximum" | MAX_FD="maximum" | ||||
warn () { | warn () { | ||||
echo "$*" | echo "$*" | ||||
} | } | ||||
▲ Show 20 Lines • Show All 133 Lines • Show Last 20 Lines |