likely an incompatibility between a Gradle plugin and the Gradle version in use.
c
Cameron Peyton
01/12/2023, 11:06 PM
Is there a way to figure out what gradle version it works with?
c
Chris Lee
01/12/2023, 11:08 PM
generally downloaded projects will include gradle/wrapper/gradler-wrapper.properties that lists the Gradle distribution (version) to use. This wrapper information is used when executing Gradle from the project root via