mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-06-05 21:49:48 +02:00
Hopefully fix travis jdk7 build (permgen space issue)
This commit is contained in:
@@ -1,7 +1,12 @@
|
|||||||
language: android
|
language: android
|
||||||
|
|
||||||
jdk:
|
jdk:
|
||||||
- oraclejdk8
|
- oraclejdk8
|
||||||
- oraclejdk7
|
- oraclejdk7
|
||||||
|
|
||||||
|
env:
|
||||||
|
- GRADLE_OPTS="-XX:MaxPermSize=256m"
|
||||||
|
|
||||||
android:
|
android:
|
||||||
components:
|
components:
|
||||||
# Uncomment the lines below if you want to
|
# Uncomment the lines below if you want to
|
||||||
|
Reference in New Issue
Block a user