Skip to content

Commit 2328de7

Browse files
rozzanhachicha
authored andcommitted
Gradle: Support custom header annotation
1 parent 0223eb8 commit 2328de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver-kotlin-extensions/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ spotless {
8686

8787
licenseHeaderFile(rootProject.file("config/mongodb.license"))
8888
.named("standard")
89-
.onlyIfContentMatches("^(?!Copyright .*? Litote).*\$")
89+
.onlyIfContentMatches(customLicenseHeader)
9090
}
9191

9292
format("extraneous") {

0 commit comments

Comments
 (0)