Skip to content

Commit

Permalink
exclude ksp caches from spotless (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
ToppleTheNun authored Nov 30, 2022
1 parent e9517b5 commit cd04292
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ open class MythicDropsKotlinJvmPlugin : DependentPlugin("Kotlin JVM", "org.jetbr
target.fileTree(target.projectDir) {
include("**/*.kt")
exclude("**/build/generated/**")
exclude("**/build/kspCaches/**")
}
)
}
Expand Down

0 comments on commit cd04292

Please sign in to comment.