Skip to content

Commit

Permalink
Fix copyright checks (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
slinkydeveloper authored Dec 11, 2023
1 parent a06d826 commit 9be7ced
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 @@ -39,8 +39,8 @@ allprojects {
// Exclude proto and service-protocol directories because those get the license header from
// their repos.
targetExclude(
fileTree("$rootDir/sdk-core/src/main/proto") { include("**/*.*") },
fileTree("$rootDir/sdk-core-impl/src/main/service-protocol") { include("**/*.*") })
fileTree("$rootDir/sdk-common/src/main/proto") { include("**/*.*") },
fileTree("$rootDir/sdk-core/src/main/service-protocol") { include("**/*.*") })

licenseHeaderFile("$rootDir/config/license-header", "syntax")
}
Expand Down

0 comments on commit 9be7ced

Please sign in to comment.