#1011599 jayway-jsonpath: FTBFS with OpenJDK 17 due to unsupported javac source/target level 6

#1011599#5
Date:
2022-05-25 07:34:06 UTC
From:
To:
jayway-jsonpath fails to build with OpenJDK 17 because it invokes javac
with the source/target options set to 6. Since OpenJDK 12 the minimum
version supported is 7.


  All input files are considered out-of-date for incremental task ':json-path:compileJava'.
  Compiling with JDK Java compiler API.
  error: Source option 6 is no longer supported. Use 7 or later.
  error: Target option 6 is no longer supported. Use 7 or later.
  :json-path:compileJava FAILED
  :json-path:compileJava (Thread[Task worker for ':' Thread 4,5,main]) completed. Took 0.736 secs.

#1011599#12
Date:
2022-05-31 16:57:49 UTC
From:
To:
close 1011599
thanks

The source/target level is now automatically adjusted by Gradle (since gradle/4.4.1-14)