Skip to content

Commit

Permalink
fix rename
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Feb 5, 2024
1 parent 87198fe commit d4383b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/compiler-plugins/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ apollo {
val name = it.name.replace("-", "")
service(name) {
packageName.set("hooks.$name")
plugin(project(":compiler-hooks-${it.name}"))
plugin(project(":compiler-plugins-${it.name}"))
languageVersion.set("1.5")
if (name == "gettersandsetters") {
generateKotlinModels.set(false)
Expand Down

0 comments on commit d4383b3

Please sign in to comment.