We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c494b11 commit eebcb3eCopy full SHA for eebcb3e
1 file changed
build.gradle
@@ -243,7 +243,8 @@ checkstyle {
243
configFile = project.file("config/checkstyle/checkstyle.xml")
244
configProperties = [
245
"checkstyle.suppressions.file": project.file("config/checkstyle/suppressions.xml"),
246
- "checkstyle.header.file" : project.file("config/license/HEADER_JAVA")
+ "checkstyle.header.file" : project.file("config/license/HEADER_JAVA"),
247
+ "project_loc" : project.projectDir.absolutePath
248
]
249
checkstyleMain.exclude '**/module-info.java'
250
}
0 commit comments