Skip to content

Commit 1aec858

Browse files
chore(internal): remove flaky -Xbackend-threads=0 option
1 parent 2edad41 commit 1aec858

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

buildSrc/src/main/kotlin/openai.kotlin.gradle.kts

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ kotlin {
1919
// Suppress deprecation warnings because we may still reference and test deprecated members.
2020
// TODO: Replace with `-Xsuppress-warning=DEPRECATION` once we use Kotlin compiler 2.1.0+.
2121
"-nowarn",
22-
// Use as many threads as there are CPU cores on the machine for compilation.
23-
"-Xbackend-threads=0",
2422
)
2523
jvmTarget.set(JvmTarget.JVM_1_8)
2624
languageVersion.set(KotlinVersion.KOTLIN_1_8)

0 commit comments

Comments
 (0)