Skip to content

Commit 4ab6314

Browse files
committed
license's rule
1 parent 4783ad6 commit 4ab6314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ license {
176176
ext["name"] = "Tymko Oleg <[email protected]>, Maximov Valery <[email protected]>"
177177
ext["project"] = "MDClasses"
178178
mapping("java", "SLASHSTAR_STYLE")
179-
exclude("**/test/resources/**/*.*")
179+
include("**/*.java")
180180
}
181181

182182

0 commit comments

Comments
 (0)