Resolve issues related to renaming User class to UserData class.

This commit is contained in:
Alex Ning
2019-01-11 11:45:04 +08:00
parent e48bb565a5
commit dc35c8fc9c
3 changed files with 2 additions and 91 deletions

2
gradlew vendored
View File

@@ -119,7 +119,7 @@ if $cygwin ; then
SEP="|"
done
OURCYGPATTERN="(^($ROOTDIRS))"
# Add a userData-defined pattern to the cygpath arguments
# Add a user-defined pattern to the cygpath arguments
if [ "$GRADLE_CYGPATTERN" != "" ] ; then
OURCYGPATTERN="$OURCYGPATTERN|($GRADLE_CYGPATTERN)"
fi