We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6602cbc commit d04960fCopy full SHA for d04960f
libraries/apollo-gradle-plugin/build.gradle.kts
@@ -222,6 +222,7 @@ lint {
222
baseline = file("lint-baseline.xml")
223
}
224
225
+// TODO: Remove when https://github.com/google/ksp/pull/2599 is available
226
tasks.withType(KspAATask::class.java) {
227
dependsOn(pluginVersionTaskProvider)
228
dependsOn(tasks.named("gratatouilleUnzipPluginSources"))
0 commit comments