Skip to content

Commit

Permalink
chore(build): Fix gradle executables.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayfri committed Dec 21, 2023
1 parent 5c6418d commit 29d3678
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ case "$( uname )" in #(
NONSTOP* ) nonstop=true ;;
esac

CLASSPATH=$APP_HOME/gradle-wrapper.jar
CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar


# Determine the Java command to use to start the JVM.
Expand Down
2 changes: 1 addition & 1 deletion gradlew.bat
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ goto fail
:execute
@rem Setup the command line

set CLASSPATH=%APP_HOME%\gradle-wrapper.jar
set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar


@rem Execute Gradle
Expand Down

0 comments on commit 29d3678

Please sign in to comment.