File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -771,6 +771,6 @@ task uploadToMavenCentral {
771771}
772772
773773wrapper  {
774-  gradleVersion =  ' 5.5 .1' 
774+  gradleVersion =  ' 5.6 .1' 
775775 distributionType =  ' ALL' 
776776}
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-5.5 .1-all.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.6 .1-all.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -125,8 +125,8 @@ if $darwin; then
125125 GRADLE_OPTS=" $GRADLE_OPTS  \" -Xdock:name=$APP_NAME \"  \" -Xdock:icon=$APP_HOME /media/gradle.icns\" " 
126126fi 
127127
128- #  For Cygwin, switch paths to Windows format before running java
129- if  $cygwin  ;  then 
128+ #  For Cygwin or MSYS , switch paths to Windows format before running java
129+ if  [  " $cygwin "   =   " true "   -o   " $msys "   =   " true "  ]  ;  then 
130130 APP_HOME=` cygpath --path --mixed " $APP_HOME " ` 
131131 CLASSPATH=` cygpath --path --mixed " $CLASSPATH " ` 
132132 JAVACMD=` cygpath --unix " $JAVACMD " ` 
                         You can’t perform that action at this time. 
           
                  
0 commit comments