Update to -Xss32M

This commit is contained in:
Roman Mandeleil 2015-01-06 22:24:28 +02:00
parent d9ca29bd9f
commit ab2ed4130b
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ language: java
jdk: oraclejdk8
before_script:
- 'export JAVA_OPTS=-Xss16M'
- 'export JAVA_OPTS=-Xss32M'
script:
- ./gradlew build publish