diff --git a/src/executors/linux_android.yml b/src/executors/linux_android.yml index 5956330..d7790f8 100644 --- a/src/executors/linux_android.yml +++ b/src/executors/linux_android.yml @@ -7,10 +7,6 @@ parameters: description: Gradle command options. Note that setting this will override the default options so you might need to supply those as well. type: string default: '-Dorg.gradle.daemon=false -Dorg.gradle.jvmargs="-XX:+UnlockExperimentalVMOptions -XX:+HeapDumpOnOutOfMemoryError"' - build_threads: - description: The number of build threads to use. - type: integer - default: 2 resource_class: description: Changes the resource class of the executor. Requires a support request to enable the resource_class parameter. See https://circleci.com/docs/2.0/configuration-reference/#resource_class type: string @@ -21,4 +17,3 @@ resource_class: <> environment: - _JAVA_OPTIONS: <> - GRADLE_OPTS: <> - - BUILD_THREADS: <>