This repository was archived by the owner on Oct 31, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +8
-2
lines changed
src/test/groovy/com/onesignal/androidsdk Expand file tree Collapse file tree 5 files changed +8
-2
lines changed 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-6.4 -all.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.5 -all.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 82
82
83
83
CLASSPATH=$APP_HOME /gradle/wrapper/gradle-wrapper.jar
84
84
85
+
85
86
# Determine the Java command to use to start the JVM.
86
87
if [ -n " $JAVA_HOME " ] ; then
87
88
if [ -x " $JAVA_HOME /jre/sh/java" ] ; then
129
130
if [ " $cygwin " = " true" -o " $msys " = " true" ] ; then
130
131
APP_HOME=` cygpath --path --mixed " $APP_HOME " `
131
132
CLASSPATH=` cygpath --path --mixed " $CLASSPATH " `
133
+
132
134
JAVACMD=` cygpath --unix " $JAVACMD " `
133
135
134
136
# We build the pattern for arguments to be converted via cygpath
Original file line number Diff line number Diff line change @@ -29,6 +29,9 @@ if "%DIRNAME%" == "" set DIRNAME=.
29
29
set APP_BASE_NAME = %~n0
30
30
set APP_HOME = %DIRNAME%
31
31
32
+ @ rem Resolve any "." and ".." in APP_HOME to make it shorter.
33
+ for %%i in (" %APP_HOME% " ) do set APP_HOME = %%~fi
34
+
32
35
@ rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
33
36
set DEFAULT_JVM_OPTS = " -Xmx64m" " -Xms64m"
34
37
@@ -81,6 +84,7 @@ set CMD_LINE_ARGS=%*
81
84
82
85
set CLASSPATH = %APP_HOME% \gradle\wrapper\gradle-wrapper.jar
83
86
87
+
84
88
@ rem Execute Gradle
85
89
" %JAVA_EXE% " %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% " -Dorg.gradle.appname=%APP_BASE_NAME% " -classpath " %CLASSPATH% " org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS%
86
90
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ class GradleTestTemplate {
21
21
// Set to '--info' or '--stacktrace' to debug issues
22
22
static def GRADLE_LOG_LEVEL = null
23
23
24
- static def GRADLE_LATEST_VERSION = ' 6.4 '
24
+ static def GRADLE_LATEST_VERSION = ' 6.5 '
25
25
static def GRADLE_OLDEST_VERSION = ' 2.14.1'
26
26
27
27
static void setup () {
You can’t perform that action at this time.
0 commit comments