1
0
mirror of https://gitee.com/51danju/workclock.git synced 2025-10-26 03:41:29 +08:00

代码重构初始

This commit is contained in:
wushunlian
2019-06-10 18:00:20 +08:00
parent 55f40bd4dc
commit 5d7da6d793
129 changed files with 4643 additions and 1458 deletions

2
gradlew vendored
View File

@@ -112,7 +112,7 @@ if $cygwin ; then
JAVACMD=`cygpath --unix "$JAVACMD"`
# We build the pattern for arguments to be converted via cygpath
ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -typeCode d 2>/dev/null`
SEP=""
for dir in $ROOTDIRSRAW ; do
ROOTDIRS="$ROOTDIRS$SEP$dir"