This is an automated email from the ASF dual-hosted git repository.
snazy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new 56edfa1db Update dependency
com.diffplug.spotless:spotless-plugin-gradle to v8.1.0 (#3083)
56edfa1db is described below
commit 56edfa1dbee96b91593b014b4ccf6051313864fa
Author: Mend Renovate <[email protected]>
AuthorDate: Thu Nov 20 14:54:03 2025 +0000
Update dependency com.diffplug.spotless:spotless-plugin-gradle to v8.1.0
(#3083)
* Update dependency com.diffplug.spotless:spotless-plugin-gradle to v8.1.0
* spotlessApply
---------
Co-authored-by: Robert Stupp <[email protected]>
---
build-logic/src/main/kotlin/copiedcode/CopiedCodeCheckerPlugin.kt | 2 +-
gradle/baselibs.versions.toml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/build-logic/src/main/kotlin/copiedcode/CopiedCodeCheckerPlugin.kt
b/build-logic/src/main/kotlin/copiedcode/CopiedCodeCheckerPlugin.kt
index 79740039c..a065eb001 100644
--- a/build-logic/src/main/kotlin/copiedcode/CopiedCodeCheckerPlugin.kt
+++ b/build-logic/src/main/kotlin/copiedcode/CopiedCodeCheckerPlugin.kt
@@ -151,7 +151,7 @@ abstract class CheckCopiedCodeMentionsExistTask :
DefaultTask() {
logger.error(
"""
The following {} files mentioned in {} do not exist, fix the {} file.
-
+
{}
"""
.trimIndent(),
diff --git a/gradle/baselibs.versions.toml b/gradle/baselibs.versions.toml
index a34de8a51..f35a97c50 100644
--- a/gradle/baselibs.versions.toml
+++ b/gradle/baselibs.versions.toml
@@ -24,4 +24,4 @@ jandex = { module =
"org.kordamp.gradle:jandex-gradle-plugin", version = "2.3.0"
license-report = { module = "com.github.jk1:gradle-license-report", version =
"3.0.1" }
nexus-publish = { module = "io.github.gradle-nexus:publish-plugin", version =
"2.0.0" }
shadow = { module = "com.gradleup.shadow:shadow-gradle-plugin", version =
"9.2.2" }
-spotless = { module = "com.diffplug.spotless:spotless-plugin-gradle", version
= "8.0.0" }
+spotless = { module = "com.diffplug.spotless:spotless-plugin-gradle", version
= "8.1.0" }