|
|
@ -28,10 +28,8 @@ initscript {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
allprojects {
|
|
|
|
rootProject {
|
|
|
|
if (this == rootProject) {
|
|
|
|
subprojects {
|
|
|
|
return@allprojects
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
apply<com.diffplug.gradle.spotless.SpotlessPlugin>()
|
|
|
|
apply<com.diffplug.gradle.spotless.SpotlessPlugin>()
|
|
|
|
extensions.configure<com.diffplug.gradle.spotless.SpotlessExtension> {
|
|
|
|
extensions.configure<com.diffplug.gradle.spotless.SpotlessExtension> {
|
|
|
|
kotlin {
|
|
|
|
kotlin {
|
|
|
@ -53,4 +51,5 @@ allprojects {
|
|
|
|
licenseHeaderFile(rootProject.file("spotless/copyright.xml"), "(<[^!?])")
|
|
|
|
licenseHeaderFile(rootProject.file("spotless/copyright.xml"), "(<[^!?])")
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|