Skip to content

Commit

Permalink
Trying to fix 'Could not find or load main class org.gradle.wrapper.G…
Browse files Browse the repository at this point in the history
…radleWrapperMain' in Travis CI.
  • Loading branch information
Stanislav Demchenko committed Dec 11, 2017
1 parent eecd258 commit 5015544
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ DEFAULT_JVM_OPTS=""
# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD="maximum"

warn ( ) {
warn () {
echo "$*"
}

die ( ) {
die () {
echo
echo "$*"
echo
Expand Down Expand Up @@ -155,7 +155,7 @@ if $cygwin ; then
fi

# Escape application args
save ( ) {
save () {
for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done
echo " "
}
Expand Down

0 comments on commit 5015544

Please sign in to comment.