Skip to content

Commit ce4c831

Browse files
committed
Gradle: Fine-tune excludes for Copyright checks
E.g. the FreeMarker templates should maintain Copyright headers. Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent 294a385 commit ce4c831

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle.kts

+3-1
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,9 @@ val copyrightExcludedPaths = listOf(
465465
"gradle/",
466466
"examples/",
467467
"integrations/completions/",
468-
"reporter/src/main/resources/",
468+
"reporter/src/main/resources/META_INF/",
469+
"reporter/src/main/resources/prismjs/",
470+
"reporter/src/main/resources/templates/freemarker_implicit.ftl",
469471
"reporter-web-app/yarn.lock",
470472
"resources/META-INF/",
471473
"resources/exceptions/",

0 commit comments

Comments
 (0)