mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 21:07:04 +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
|
||||
* 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"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue