Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ kapt = { id = "org.jetbrains.kotlin.kapt" }
ksp = { id = "com.google.devtools.ksp" }
dokka = { id = "org.jetbrains.dokka", version = "1.9.20" }
spotless = { id = "com.diffplug.spotless", version = "8.7.0" }
mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.27.0" }
mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.37.0" }

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maven publish needs Gradle 9

High Severity

Bumping com.vanniktech.maven.publish to 0.37.0 while the wrapper stays on Gradle 8.14.5 conflicts with that release’s minimum Gradle 9.0.0 (from 0.36.0). The catalog is used by plugin-build and sentry-kotlin-compiler-plugin, so preMerge, :check, and snapshot publish are likely to fail at configuration.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit cf6b45a. Configure here.

androidApplication = { id = "com.android.application", version.ref = "agp" }
androidLibrary = { id = "com.android.library", version.ref = "agp" }
buildConfig = { id = "com.github.gmazzo.buildconfig", version = "6.0.10" }
Expand Down
Loading