-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrading Kotlin and Gradle #22
base: master
Are you sure you want to change the base?
Upgrading Kotlin and Gradle #22
Conversation
A couple of comments:
|
I wouldn't rush upgrading versions of Gradle and Kotlin here higher than those used in the libraries that use this plugin to avoid potential incompatibilities. |
From what I can tell, the libraries that use this plugin are:
I don't think that Kotlin being at the latest minor version would affect kotlinx-cli, but I can drop Gradle to 7.6.4, given that's the greatest common major version. EDIT: kotlinx-cli has been marked as obsolete, so that leaves the other three libraries |
According to the versions above, I think it would be reasonable to use Gradle 7.4.2 and Kotlin 1.9.21. |
…ums in InfraPlugin.kt
Would I be able to get this closed soon so that I can work on the other issue I mentioned? |
Kotlin has been upgraded to 1.9.23; Gradle has been upgraded to 8.7 and now uses checksum to verify the wrapper artifact; The Gradle files have been converted to use the Kotlin DSL