Skip to content

Commit 5a0c4a9

Browse files
committed
Merge pull request #177 from EzequielB/master
* branched_master: Correct typo in GRADLE_OPTS for Windows
2 parents f528c39 + 754af21 commit 5a0c4a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradlew.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
if "%OS%"=="Windows_NT" setlocal
1010

1111
@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
12-
set GRADLE_OPTS=-XX:MaxPermSize=1024m -Xmx1024m -XX:MaxHeapSize=256 %GRADLE_OPTS%
12+
set GRADLE_OPTS=-XX:MaxPermSize=1024m -Xmx1024m -XX:MaxHeapSize=256m %GRADLE_OPTS%
1313
set DEFAULT_JVM_OPTS=
1414

1515
set DIRNAME=%~dp0

0 commit comments

Comments
 (0)