-
Notifications
You must be signed in to change notification settings - Fork 147
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
chore(deps): Bump kork and Kotlin #1841
Conversation
@@ -17,8 +17,8 @@ buildscript { | |||
} | |||
|
|||
plugins { | |||
kotlin("jvm") version "1.4.21" apply false | |||
id("org.jetbrains.kotlin.plugin.allopen") version "1.4.21" apply false | |||
kotlin("jvm") version "1.4.31" apply false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@robfletcher Is there a way we could avoid specifying the version here and just pick up the version defined in kork?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
K
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's annoying but it's not possible to specify Gradle plugin versions with a variable / property because they get loaded before anything else (including project properties). It's a long-standing gripe.
* chore(deps): Bump kork and Kotlin * fix(pr): Fix compile errors with new kotlin
Bumps kork to pick up spinnaker/kork#850 and aligns Kotlin version in keel.