mirror of https://github.com/sbt/sbt.git
This PR adds a scripted test to prevent regression of issue #6175, where `MethodHandle.invokeExact` failed to compile on JDK 15+ when using `-release 11`. Changes: - Added `sbt-app/src/sbt-test/java/method-handle-release/` scripted test - Test uses Scala 2.13.16 with `-release:11` to reproduce the original issue scenario - Verifies that polymorphic signature methods compile correctly under cross-version targeting |
||
|---|---|---|
| .. | ||
| main | ||
| repo-override-test | ||
| sbt-test | ||
| test/scala/sbt | ||