✨ Kotlin command builder DSL (#165)
This commit is contained in:
parent
e9178b0834
commit
e93d285483
7 changed files with 756 additions and 1 deletions
|
|
@ -51,7 +51,8 @@ allprojects {
|
|||
license {
|
||||
header rootProject.file('HEADER')
|
||||
mapping 'java', 'DOUBLESLASH_STYLE'
|
||||
includes(["**/*.java"])
|
||||
mapping 'kt', 'DOUBLESLASH_STYLE'
|
||||
includes(["**/*.java", "**/*.kt"])
|
||||
}
|
||||
|
||||
build.dependsOn(checkstyleMain)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue