mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-15 00:37:03 +05:30
fixup! fix(deps): update dependency com.diffplug.spotless:spotless-plugin-gradle to v7.0.0
This commit is contained in:
parent
275bb4e69d
commit
059d6db316
1 changed files with 2 additions and 2 deletions
|
@ -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"),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue