We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae70dbd commit 1a037deCopy full SHA for 1a037de
apollo-gradle-plugin/build.gradle.kts
@@ -33,7 +33,7 @@ tasks.withType<Test> {
33
// It's not clear if it's a real ClassLoader leak or something else. The okio timeout thread does hold some ClassLoaders
34
// for up to 60s. The heap dumps also show some process reaper threads but it might just as well be a temporary thing, not sure.
35
// See https://github.com/gradle/gradle/issues/8354
36
- setForkEvery(8L)
+ setForkEvery(1L)
37
dependsOn(":apollo-api:publishAllPublicationsToPluginTestRepository")
38
dependsOn(":apollo-compiler:publishAllPublicationsToPluginTestRepository")
39
dependsOn("publishAllPublicationsToPluginTestRepository")
0 commit comments