Compare commits

...

2 Commits

Author SHA1 Message Date
‘wangjiuyun 9a6d9d8911 。。。合并代码 2024-10-29 09:44:58 +08:00
‘wangjiuyun 2656509108 。。。 2024-10-29 09:41:33 +08:00
3 changed files with 177 additions and 178 deletions

Binary file not shown.

View File

@ -1,6 +1,5 @@
#Fri Oct 25 15:43:46 CST 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.5-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.5-bin.zip

6
gradlew vendored
View File

@ -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
@ -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 " "
}