Skip to content

Commit 36cb7ee

Browse files
committed
chore(build): Resolve buildscript deprecations
1 parent ed19309 commit 36cb7ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ indraPluginPublishing {
144144
spotless {
145145
fun FormatExtension.applyCommon() {
146146
endWithNewline()
147-
indentWithSpaces(2)
147+
leadingTabsToSpaces(2)
148148
trimTrailingWhitespace()
149149
}
150150
java {

0 commit comments

Comments
 (0)