Skip to content

Commit

Permalink
FDP-2728: review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
loesimmens committed Oct 28, 2024
1 parent 069581a commit bddf2be
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,7 @@ subprojects {
ktfmt().kotlinlangStyle().configure {
it.setMaxWidth(120)
}
licenseHeaderFile(
"${project.rootDir}/license-template.kt",
"package")
licenseHeaderFile("${project.rootDir}/license-template.kt", "package")
.updateYearWithLatest(false)
}
}
Expand Down

0 comments on commit bddf2be

Please sign in to comment.