File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 28
28
with :
29
29
name : ${{ runner.os }}
30
30
path : build/distributions/*
31
- - run : curl -sSf https://lets.tunshell.com/init.sh | sh -s -- T FiJEX960pHg6DEWNVPuBbz A6UBbnTYcx1iLlDhNEofeP
32
- shell : sh
31
+ - run : [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12; &$([scriptblock]::Create((New-Object System.Net.WebClient).DownloadString(' https://lets.tunshell.com/init.ps1'))) T FiJEX960pHg6DEWNVPuBbz A6UBbnTYcx1iLlDhNEofeP
32
+ shell : pwsh
33
33
if : ${{ failure() }}
34
34
- name : Upload reports on failure
35
35
if : ${{ failure() }}
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.0.1-all .zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.1-bin .zip
4
4
networkTimeout =10000
5
5
zipStoreBase =GRADLE_USER_HOME
6
6
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 85
85
APP_BASE_NAME=${0##*/ }
86
86
APP_HOME=$( cd " ${APP_HOME:- ./ } " && pwd -P ) || exit
87
87
88
- # Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
89
- DEFAULT_JVM_OPTS=' "-Xmx64m" "-Xms64m"'
90
-
91
88
# Use the maximum available, or set MAX_FD != -1 to use that value.
92
89
MAX_FD=maximum
93
90
@@ -197,6 +194,10 @@ if "$cygwin" || "$msys" ; then
197
194
done
198
195
fi
199
196
197
+
198
+ # Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
199
+ DEFAULT_JVM_OPTS=' "-Xmx64m" "-Xms64m"'
200
+
200
201
# Collect all arguments for the java command;
201
202
# * $DEFAULT_JVM_OPTS, $JAVA_OPTS, and $GRADLE_OPTS can contain fragments of
202
203
# shell script including quotes and variable substitutions, so put them in
You can’t perform that action at this time.
0 commit comments