This message was deleted.
# community-support
s
This message was deleted.
j
What version of the JVM are you running Gradle on?
j
jdk-17
Also under the build.gradle jvmTarget="1.8"
@Jonathan Leitschuh Sorry about that. I ran ./gradlew -version and got this:
v
"unable to find valid certification path to requested target" most often means that your JDK is broken. Try reinstalling Java, or try using a different Java installation.
👍 1