1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-18 01:24:59 +02:00

Travis CI: Remove MaxPermSize=512M

since we are using only Java8 now, where this option no longer exists.
This commit is contained in:
Florian Schmaus 2017-03-10 17:52:42 +01:00
parent 1cc9cec677
commit b436ab897d

View file

@ -10,7 +10,6 @@ cache:
- $HOME/.m2
before_install:
- export JAVA_OPTS="-XX:MaxPermSize=512M"
- export GRADLE_VERSION=2.12
- wget https://services.gradle.org/distributions/gradle-${GRADLE_VERSION}-all.zip
- unzip -q gradle-${GRADLE_VERSION}-all.zip