mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-16 11:37:03 +05:30
build: use spotless extension directly
This commit is contained in:
parent
ea59e713b1
commit
70200ace8b
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ group = "dev.msfjarvis.claw"
|
||||||
|
|
||||||
version = "1.0"
|
version = "1.0"
|
||||||
|
|
||||||
configure<com.diffplug.gradle.spotless.SpotlessExtension> {
|
spotless {
|
||||||
kotlin {
|
kotlin {
|
||||||
target("**/*.kt")
|
target("**/*.kt")
|
||||||
targetExclude("**/build/**")
|
targetExclude("**/build/**")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue