-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 Gradle version to 8 #3662
Conversation
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.
Please check CI
Please rebase |
done |
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.
LGTM, but please wait for the CI to run
id("org.gradle.kotlin.kotlin-dsl") version "3.2.4" | ||
kotlin("plugin.serialization") version "1.7.21" | ||
kotlin("plugin.serialization") version "1.8.20" | ||
id("org.gradle.kotlin.kotlin-dsl") version "4.0.14" |
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.
you should not set this version explicitly, but use kotlin-dsl
. the same for plugin-serialization
should use embeddedKotlinVersion
.
Did you also run the task twice? The wrapper wasn't update too. Wanna have a PR? |
Strange, will take a look |
No description provided.