Closed vbaidak closed 5 years ago
I'm assuming this resolved itself? I cannot confirm that jool-java-8
has the wrong version number.
Yes, @lukaseder . I had both jool dependencies in classpath, so it was my mistake. Sorry for taking your time
When
major version 53 is newer than 52, the highest major version supported by this compiler.
use
implementation("org.jooq:jool-java-8:0.9.14")
instead
implementation("org.jooq:jool:0.9.14")
Expected behavior and actual behavior:
Expected: major version is 52 Actual: major version is 53
Steps to reproduce the problem:
run the code in JRE 8
Versions:
Stacktrace