The error is:
* What went wrong:
'void org.gradle.api.artifacts.Configuration.setCanBeDeclared(boolean)'
I suppose the problem was introduced in the last release, specifically because of using configuration.isCanBeDeclared
in this file:
|
it.isCanBeDeclared = true |
setCanBeDeclared
was introduced in Gradle 8.2