mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-11-10 12:07:11 +01:00
Migrates lint to the newer default version and copyright to 2025
This commit is contained in:
@@ -18,7 +18,7 @@ allprojects {
|
||||
}
|
||||
spotlessPredeclare {
|
||||
kotlin {
|
||||
ktlint("1.3.1")
|
||||
ktlint()
|
||||
}
|
||||
}
|
||||
} else {
|
||||
@@ -26,7 +26,7 @@ allprojects {
|
||||
kotlin {
|
||||
target 'src/**/*.kt'
|
||||
|
||||
ktlint("1.3.1")
|
||||
ktlint()
|
||||
licenseHeaderFile rootProject.file('spotless/copyright.kt'), "package|import|class|object|sealed|open|interface|abstract "
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user