Skip to content

Commit

Permalink
(General) Exclude copyright header for lib icons
Browse files Browse the repository at this point in the history
Google's copyright applies
  • Loading branch information
maxkeppeler committed Dec 10, 2022
1 parent 5d8ef93 commit 1f48d43
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ subprojects {
kotlin {
target("**/*.kt")
// ktlint(Versions.KT_LINT)
}
kotlin {
target("**/*.kt")
targetExclude("**/core/icons/**/*.*")
licenseHeaderFile(rootProject.file("copyright.kt"))
}
kotlinGradle {
Expand Down

0 comments on commit 1f48d43

Please sign in to comment.