Update GRADLE_OPTS to use " instead of '
This commit is contained in:
parent
cf3d6e7167
commit
9fa42117f7
|
@ -10,7 +10,7 @@ if "%OS%"=="Windows_NT" setlocal
|
|||
|
||||
@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
|
||||
set DEFAULT_JVM_OPTS=-Xmx1024M
|
||||
set GRADLE_OPTS='-Dorg.gradle.daemon=false'
|
||||
set GRADLE_OPTS="-Dorg.gradle.daemon=false"
|
||||
|
||||
set DIRNAME=%~dp0
|
||||
if "%DIRNAME%" == "" set DIRNAME=.
|
||||
|
|
Loading…
Reference in New Issue