-
Notifications
You must be signed in to change notification settings - Fork 93
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
Update kotlinx-metadata-jvm to 0.9.0 #2234
Conversation
FYI @geoand, @andreas-eberle |
Stupid TCK tests are failing again :/ (probably not related to this PR but.. I can never be sure...) Looking into it. |
pom.xml
Outdated
@@ -63,7 +63,7 @@ | |||
<maven.compiler.source>17</maven.compiler.source> | |||
<maven.compiler.target>17</maven.compiler.target> | |||
<version.impsort.plugin>1.8.0</version.impsort.plugin> | |||
<version.kotlinx.metadata.jvm>0.7.0</version.kotlinx.metadata.jvm> | |||
<version.kotlinx.metadata.jvm>0.9.0</version.kotlinx.metadata.jvm> | |||
<version.kotlin.compiler>1.9.0</version.kotlin.compiler> |
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.
Do see a problem in updating the kotlin maven plugin (version.kotlin.compiler) to 2.1? That would also lift it to Kotlin 2.
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.
Done. I've also marked the naughty TCK to be skipped for now, until I get some time to resolve it properly
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.
👍🏽
Necessary to get quarkusio/quarkus#44809 working in Quarkus