mirror of https://github.com/smithy-lang/smithy-rs
952b7d8943
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._ |
||
---|---|---|
.. | ||
src/main | ||
build.gradle.kts |