fixup! fix(deps): update dependency com.diffplug.spotless:spotless-plugin-gradle to v7.0.0

This commit is contained in:
Harsh Shandilya 2025-01-10 00:14:25 +05:30
parent 275bb4e69d
commit 059d6db316

View file

@ -1,5 +1,5 @@
/*
* Copyright © 2022-2024 Harsh Shandilya.
* Copyright © 2022-2025 Harsh Shandilya.
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
@ -41,7 +41,7 @@ class SpotlessPlugin : Plugin<Project> {
target("**/*.xml")
targetExclude("**/build/", ".idea/", "/spotless/", "**/lint-baseline.xml")
trimTrailingWhitespace()
indentWithSpaces()
leadingTabsToSpaces()
endWithNewline()
licenseHeaderFile(
project.file("spotless/license.xml"),