Fix the build against JDK 20 (#3323)
When using JDK 20, the following error would occur when attempting to build or run tests: ``` Execution failed for task ':codegen-client:compileKotlin'. > Inconsistent JVM-target compatibility detected for tasks 'compileJava' (20) and 'compileKotlin' (11). ``` This PR explicitly sets the Java source and target versions to fix this error. ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._
Loading
Please register or sign in to comment