Skip to content

Commit 97720b9

Browse files
committed
fix: Removed the unused build_threads parameter in the linux_android executor
Closes #19
1 parent 261923c commit 97720b9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/executors/linux_android.yml

-5
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ parameters:
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
99
default: '-Dorg.gradle.daemon=false -Dorg.gradle.jvmargs="-XX:+UnlockExperimentalVMOptions -XX:+HeapDumpOnOutOfMemoryError"'
10-
build_threads:
11-
description: The number of build threads to use.
12-
type: integer
13-
default: 2
1410
resource_class:
1511
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
1612
type: string
@@ -21,4 +17,3 @@ resource_class: <<parameters.resource_class>>
2117
environment:
2218
- _JAVA_OPTIONS: <<parameters.java_options>>
2319
- GRADLE_OPTS: <<parameters.gradle_options>>
24-
- BUILD_THREADS: <<parameters.build_threads>>

0 commit comments

Comments
 (0)