build: switch to spotless (#355)
* build: switch to spotless add in some other basic formatting steps that allow for easy auto-correction * build: lint text files as well * chore: remove license headers from package-info files spotless can't verify these
This commit is contained in:
parent
cc7793925d
commit
ed7b7569a8
77 changed files with 81 additions and 1545 deletions
|
|
@ -5,7 +5,6 @@ plugins {
|
|||
id("cloud.base-conventions")
|
||||
kotlin("jvm")
|
||||
id("org.jetbrains.dokka")
|
||||
id("org.jlleitschuh.gradle.ktlint")
|
||||
}
|
||||
|
||||
kotlin {
|
||||
|
|
@ -40,6 +39,12 @@ tasks {
|
|||
}
|
||||
}
|
||||
|
||||
spotless {
|
||||
kotlin {
|
||||
ktlint()
|
||||
}
|
||||
}
|
||||
|
||||
kotlin {
|
||||
explicitApi()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue