-
Notifications
You must be signed in to change notification settings - Fork 24
Micronaut 5 compatibility #916
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
base: 3.0.x
Are you sure you want to change the base?
Conversation
| plugins { | ||
| id 'io.micronaut.build.internal.test-resources-simple-module' | ||
| id 'io.micronaut.build.internal.test-fixtures' | ||
| id "io.micronaut.build.internal.kotlin-base" |
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.
❌ This doesn't look right: all extensions are not Kotlin projects. The Kotlin plugin should only be applied where Kotlin is used.
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.
gradle/libs.versions.toml
Outdated
| micronaut-serde = "2.15.5" | ||
| micronaut-sql = "6.3.1" | ||
| micronaut-test = "4.9.0" | ||
| micronaut-test = "4.10.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.
Can you get rid of this version?
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 description provided.