build: use spotless extension directly

This commit is contained in:
Harsh Shandilya 2021-12-25 18:30:34 +05:30
parent ea59e713b1
commit 70200ace8b
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -27,7 +27,7 @@ group = "dev.msfjarvis.claw"
version = "1.0"
configure<com.diffplug.gradle.spotless.SpotlessExtension> {
spotless {
kotlin {
target("**/*.kt")
targetExclude("**/build/**")