mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-25 13:32:30 +00:00
gradlew disables Gradle Daemon
Fixes gh-4093
This commit is contained in:
parent
48ff518a41
commit
a18707c870
3
gradlew
vendored
3
gradlew
vendored
@ -7,7 +7,8 @@
|
||||
##############################################################################
|
||||
|
||||
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
|
||||
DEFAULT_JVM_OPTS="-Xmx1024M -XX:MaxPermSize=512M"
|
||||
DEFAULT_JVM_OPTS="-Xmx2048M -XX:MaxPermSize=512M"
|
||||
export GRADLE_OPTS='-Dorg.gradle.daemon=false'
|
||||
|
||||
APP_NAME="Gradle"
|
||||
APP_BASE_NAME=`basename "$0"`
|
||||
|
1
gradlew.bat
vendored
1
gradlew.bat
vendored
@ -10,6 +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 DIRNAME=%~dp0
|
||||
if "%DIRNAME%" == "" set DIRNAME=.
|
||||
|
Loading…
x
Reference in New Issue
Block a user