Skip to content

Commit

Permalink
fix: Removed the unused build_threads parameter in the `linux_andro…
Browse files Browse the repository at this point in the history
…id` executor

Closes react-native-community#19
  • Loading branch information
matt-oakes committed Jan 4, 2020
1 parent 261923c commit 97720b9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/executors/linux_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -21,4 +17,3 @@ resource_class: <<parameters.resource_class>>
environment:
- _JAVA_OPTIONS: <<parameters.java_options>>
- GRADLE_OPTS: <<parameters.gradle_options>>
- BUILD_THREADS: <<parameters.build_threads>>

0 comments on commit 97720b9

Please sign in to comment.