Skip to content

Commit

Permalink
fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Sep 30, 2024
1 parent 519791a commit 57cfaee
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/compiler-plugins/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ apollo {
languageVersion.set("1.5")

when(name) {
"schema-codegen" -> {
srcDir("src/main/graphql/schema")
"schemacodegen" -> {
srcDir("src/main/graphql/cache")
}
else -> {
srcDir("src/main/graphql/cache")
srcDir("src/main/graphql/default")
}
}
when (name) {
Expand All @@ -53,7 +53,6 @@ apollo {
}
"customflatten" -> {
codegenModels.set(MODELS_RESPONSE_BASED)
srcDir(dir.resolve("src/main/graphql"))
}
}
}
Expand Down

0 comments on commit 57cfaee

Please sign in to comment.