Hello. We have a project that's using JDK 8 and tr...
# pact-jvm
j
Hello. We have a project that's using JDK 8 and trying to do a deploy build with
classpath 'au.com.dius.pact.provider:gradle:4.2.11'
in one of the build files and getting this error:
Copy code
13:33:09  A problem occurred evaluating project ':dsp-service'.
13:33:09  > java.lang.UnsupportedClassVersionError: au/com/dius/pact/provider/gradle/PactPlugin has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
Is there a specific version of the gradle plugin that supports JDK 8?
cc @Sri Naga Sai Krishna Sanka
m
Yeah I think the 4.1.x line supports JDK 8
j
Thanks Matt
👍 1