Gradle is warning us that our previous workaround for bug #17765 will break in Gradle 8 :angry:, Since I don't believe bug #17765 will be fixed by Gradle 8 either, we need to find another way to resolve the cpbPackaging configuration.
Force resolution via a lazy "task dependency" provider, which seems to do the trick without generating any new warnings.
The test case has also highlighted an issue tracing transitive CPK dependencies, which I have resolved by defining a new Gradle Attribute.
Gradle is warning us that our previous workaround for bug #17765 will break in Gradle 8 :angry:, Since I don't believe bug #17765 will be fixed by Gradle 8 either, we need to find another way to resolve the
cpbPackaging
configuration.Force resolution via a lazy "task dependency" provider, which seems to do the trick without generating any new warnings.
The test case has also highlighted an issue tracing transitive CPK dependencies, which I have resolved by defining a new Gradle
Attribute
.