Skip to content

Commit

Permalink
Merge branch 'release'
Browse files Browse the repository at this point in the history
  • Loading branch information
bot-teamcity committed Jul 29, 2021
2 parents 515bfb4 + d25e5bd commit 65435f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions-snapshots/gradle-7.2-20210720234250+0000-bin.zip
distributionUrl=https\://services.gradle.org/distributions-snapshots/gradle-7.2-20210728203126+0000-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
5 changes: 2 additions & 3 deletions gradlew
Expand Up @@ -175,9 +175,8 @@ if "$cygwin" || "$msys" ; then
case $arg in #(
-*) false ;; # don't mess with options #(
/?*) t=${arg#/} t=/${t%%/*} # looks like a POSIX filepath
[ -d "$t" ] ;; #(
*) [ -n "$GRADLE_CYGPATTERN" ] && # TODO: choose: list, glob, or regex?
echo "$arg" | egrep -q "$GRADLE_CYGPATTERN"
[ -e "$t" ] ;; #(
*) false ;;
esac
then
arg=$( cygpath --path --ignore --mixed "$arg" )
Expand Down

0 comments on commit 65435f9

Please sign in to comment.