We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 294a385 commit ce4c831Copy full SHA for ce4c831
build.gradle.kts
@@ -465,7 +465,9 @@ val copyrightExcludedPaths = listOf(
465
"gradle/",
466
"examples/",
467
"integrations/completions/",
468
- "reporter/src/main/resources/",
+ "reporter/src/main/resources/META_INF/",
469
+ "reporter/src/main/resources/prismjs/",
470
+ "reporter/src/main/resources/templates/freemarker_implicit.ftl",
471
"reporter-web-app/yarn.lock",
472
"resources/META-INF/",
473
"resources/exceptions/",
0 commit comments