This message was deleted.
# community-support
s
This message was deleted.
c
likely an incompatibility between a Gradle plugin and the Gradle version in use.
c
Is there a way to figure out what gradle version it works with?
c
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
./gradlew