Skip to content

Commit

Permalink
FDP-1673: more review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Loes Immens <[email protected]>
  • Loading branch information
loesimmens committed May 29, 2024
1 parent 6083da0 commit 6713dfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ subprojects {

extensions.configure<SpotlessExtension> {
kotlin {
// by default the target is every '.kt' and '.kts` file in the java source sets
// by default the target is every '.kt' and '.kts' file in the java source sets
ktfmt().dropboxStyle()
licenseHeaderFile(
"../license-template.kt",
"${project.rootDir}/license-template.kt",
"package")
.updateYearWithLatest(false)
}
Expand Down

0 comments on commit 6713dfe

Please sign in to comment.