mbeddr / mps-gradle-plugin

Miscellaneous tasks that were found useful when building MPS-based projects with Gradle.
Other
14 stars 15 forks source link

Align gradle kotlin version #154

Closed wjglerum closed 7 months ago

wjglerum commented 7 months ago

Removes obsolete and empty compileOnly configuration from the lockfile and aligns the used Kotlin version with the embedded Kotlin version from Gradle.

This is a first attempt to update this plugin, to get rid of vulnerability warnings. And in the long run to make sure we can use the configuration cache in a newer version of Gradle in the future.

https://docs.gradle.org/current/userguide/compatibility.html#kotlin https://kotlinlang.org/docs/releases.html#release-details

sergej-koscejev commented 7 months ago

I'm trying to be careful with Gradle and Kotlin version upgrades because the plugin may easily become incompatible with older Gradle versions (including older than 7.6.x) and not every project upgrades their Gradle regularly. But I'm going to approve this and see what happens.