This message was deleted.
# community-support
s
This message was deleted.
t
Not sure if that's really the problem here, but Gradle 6.6 is too old to be compatible with Java 17: https://docs.gradle.org/current/userguide/compatibility.html
a
I think so too, how do i upgrade it?
t
I, for one, would first downgrade to Java 11 to get the project building. Then possibly update things bit by bit (Gradle, plugins, other dependencies, etc.)
a
i changed
distributionUrl
to point to gradle 7.3, and so far so good. will test in more detail to be sure