hey! One of our automated dependency update PRs fa...
# community-support
m
hey! One of our automated dependency update PRs failed with upgrading to 8.13: https://ge.micronaut.io/s/5iq25mh3whouw Does that ring a bell?
m
ohh, thanks. I was focused on the Kotlin error...
Could not isolate value org.jetbrains.kotlin.gradle.plugin.statistics.BuildFlowService$Parameters_Decorated@191ed02a of type BuildFlowService.Parameters
.
I guess we need to update our build plugins then, thanks.
which also means they won't be backwards compatible... dang.
v
You can have two feature variants that are selected automatically depending on the consuming Gradle version. 🙂 (or of course use the good old reflection switch)
m
I must confess I haven't tried multi-variant Gradle plugins. I don't see how it would make it possible to compile against 2 different runtimes of Gradle, unless the APIs are published now?
in any case sounds overkill for such a change. reflection it will be.
v
unless the APIs are published now
Still not officially afaik, but you could still use the Nokee redistributed ones: https://docs.nokee.dev/manual/gradle-plugin-development.html#sec:gradle-dev-redistributed-gradle-api