-
Notifications
You must be signed in to change notification settings - Fork 454
Update Gradle settings plugins #4233
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: master
Are you sure you want to change the base?
Conversation
adam-enko
commented
Aug 28, 2025
- Update develocity, common-custom-user-data-gradle-plugin, foojay-resolver-convention. (I didn't update foojay-resolver-convention to the latest version, 1.0.0, because it requires Java 17.)
- Add a task to ensure consistency between version catalog and build-settings-logic. (Because the develocity version was out-of-sync)
- Update develocity, common-custom-user-data-gradle-plugin, foojay-resolver-convention. (I didn't update foojay-resolver-convention to the latest version, 1.0.0, because it requires Java 17.) - Add a task to ensure consistency between version catalog and build-settings-logic. (Because the develocity version was out-of-sync)
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.
Nice check!
id("com.gradle.common-custom-user-data-gradle-plugin") version "2.0.2" apply false | ||
id("org.gradle.toolchains.foojay-resolver-convention") version "0.7.0" | ||
// versions should be kept in sync with `gradle/libs.versions.toml` | ||
id("com.gradle.develocity") version "4.1.1" |
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.
FYI: build scan can not be published now
https://teamcity.jetbrains.com/buildConfiguration/KotlinTools_Dokka_IntegrationTests_virtual_Batch_4_1/5440896?showLog=5440896_1382_622&logFilter=debug&logView=flowAware
Publishing Build Scan...
13:15:46
13:15:46 The request was rejected.
13:15:46 Develocity plugin version 4.1.1 is newer than the newest version supported by Develocity 2024.3.5 which is 3.19. Please update to a newer version of Develocity.
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.
We should probably revert develocity to 3.19 :)