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