This is an automated email from the ASF dual-hosted git repository.
epugh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/main by this push:
new 25e3dbea19c prevent warning in gradle console output about plugin name
(#4885)
25e3dbea19c is described below
commit 25e3dbea19c3a2d4123fe810cdd1ec92ba29c090
Author: Eric Pugh <[email protected]>
AuthorDate: Tue Sep 8 07:40:28 2026 -0400
prevent warning in gradle console output about plugin name (#4885)
---
gradle/libs.versions.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index d14b0031228..28e8ce7f7cf 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -204,7 +204,7 @@ xerial-snappy = "1.1.10.8"
[plugins]
barfuin-jacocolog = { id = "org.barfuin.gradle.jacocolog", version.ref =
"barfuin-jacocolog" }
-benmanes-versions = { id = "com.github.ben-manes.versions", version.ref =
"benmanes-versions" }
+benmanes-versions = { id = "io.github.ben-manes.versions", version.ref =
"benmanes-versions" }
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref =
"kotlin" }
diffplug-spotless = { id = "com.diffplug.spotless", version.ref =
"diffplug-spotless" }
jetbrains-compose = { id = "org.jetbrains.compose", version.ref = "compose" }