Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmans0n committed Jun 21, 2022
1 parent e8d73da commit c2a63e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ allprojects {
}

subprojects {
apply plugin: 'com.diffplug.spotless'
apply plugin: "com.diffplug.spotless"
spotless {
kotlin {
target "**/*.kt"
ktlint(libs.versions.ktlint.get())
}
groovyGradle {
target '**/*.gradle'
greclipse().configFile(rootProject.file('spotless/greclipse.properties'))
target "**/*.gradle"
greclipse().configFile(rootProject.file("spotless/greclipse.properties"))
}
}
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).configureEach { compile ->
Expand Down

0 comments on commit c2a63e7

Please sign in to comment.