Skip to content

Commit

Permalink
Fix the Gradle Kotlin DSL license header regex
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGregory084 committed Mar 17, 2023
1 parent 0bc5550 commit d425427
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spotless {
*/
"""
.trimIndent(),
"import"
"^"
)
ktfmt().kotlinlangStyle()
indentWithSpaces()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ spotless {
*/
"""
.trimIndent(),
"plugins {"
"^"
)
ktfmt().kotlinlangStyle()
indentWithSpaces()
Expand Down

0 comments on commit d425427

Please sign in to comment.