Skip to content

Commit 1923bcd

Browse files
authored
fix(android): use JDK11 compatible JVM options (#122)
BREAKING CHANGE: this orb is now using JDK11 See JDK8-->JDK11 migration notes here: https://discuss.circleci.com/t/android-convenience-image-moving-to-java-v11-on-august-17th/36601/4 Related #120
1 parent 055f426 commit 1923bcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/executors/linux_android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ parameters:
22
java_options:
33
description: Java command options. Note that setting this will override the default options so you might need to supply those as well.
44
type: string
5-
default: '-Xmx1024m -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap'
5+
default: '-Xmx1024m -XX:+UnlockExperimentalVMOptions -XX:+UseContainerSupport'
66
gradle_options:
77
description: Gradle command options. Note that setting this will override the default options so you might need to supply those as well.
88
type: string

0 commit comments

Comments
 (0)