fwcd / kotlin-language-server

Kotlin code completion, diagnostics and more for any editor/IDE using the Language Server Protocol
MIT License
1.62k stars 203 forks source link

dockerfile: update to use java 21 #517

Closed chenrui333 closed 7 months ago

chenrui333 commented 11 months ago

similar to #494

fwcd commented 11 months ago

Thanks, we'll have to migrate to Gradle 8.4 first though (PR is underway)

chenrui333 commented 11 months ago

Thanks, we'll have to migrate to Gradle 8.4 first though (PR is underway)

what a coincidence, I just raised one, https://github.com/fwcd/kotlin-language-server/pull/519 :)

fwcd commented 7 months ago

With #537 (Gradle 8.5 and Kotlin 1.9.20), Java 21 should finally be supported. I've rebased this PR onto #538, which adds CI, unfortunately there is still a failing test to be addressed.