11#! /bin/sh
22
33#
4- # Copyright © 2015-2021 the original authors.
4+ # Copyright © 2015 the original authors.
55#
66# Licensed under the Apache License, Version 2.0 (the "License");
77# you may not use this file except in compliance with the License.
@@ -88,8 +88,6 @@ APP_BASE_NAME=${0##*/}
8888# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
8989APP_HOME=$( cd -P " ${APP_HOME:- ./ } " > /dev/null && printf ' %s\n' " $PWD " ) || exit
9090
91- . ${APP_HOME} /gradle/gradlew-include.sh
92-
9391# Use the maximum available, or set MAX_FD != -1 to use that value.
9492MAX_FD=maximum
9593
@@ -116,7 +114,6 @@ case "$( uname )" in #(
116114 NONSTOP* ) nonstop=true ;;
117115esac
118116
119- CLASSPATH=" \\\"\\\" "
120117
121118
122119# Determine the Java command to use to start the JVM.
174171# For Cygwin or MSYS, switch paths to Windows format before running java
175172if " $cygwin " || " $msys " ; then
176173 APP_HOME=$( cygpath --path --mixed " $APP_HOME " )
177- CLASSPATH=$( cygpath --path --mixed " $CLASSPATH " )
178174
179175 JAVACMD=$( cygpath --unix " $JAVACMD " )
180176
@@ -214,7 +210,6 @@ DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
214210
215211set -- \
216212 " -Dorg.gradle.appname=$APP_BASE_NAME " \
217- -classpath " $CLASSPATH " \
218213 -jar " $APP_HOME /gradle/wrapper/gradle-wrapper.jar" \
219214 " $@ "
220215
0 commit comments