Skip to content

Commit eebcb3e

Browse files
committed
Fix checkstyle path issue
1 parent c494b11 commit eebcb3e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,8 @@ checkstyle {
243243
configFile = project.file("config/checkstyle/checkstyle.xml")
244244
configProperties = [
245245
"checkstyle.suppressions.file": project.file("config/checkstyle/suppressions.xml"),
246-
"checkstyle.header.file" : project.file("config/license/HEADER_JAVA")
246+
"checkstyle.header.file" : project.file("config/license/HEADER_JAVA"),
247+
"project_loc" : project.projectDir.absolutePath
247248
]
248249
checkstyleMain.exclude '**/module-info.java'
249250
}

0 commit comments

Comments
 (0)