mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-10 06:42:05 +01:00
More formatting fixes
This commit is contained in:
@@ -67,7 +67,13 @@ subprojects {
|
||||
}
|
||||
tasks.withType<org.jmailen.gradle.kotlinter.tasks.FormatTask> {
|
||||
source(files("src"))
|
||||
exclude("ca/gosyer/jui/*/build", "ca/gosyer/jui/*/build")
|
||||
exclude(
|
||||
"ca/gosyer/jui/*/build",
|
||||
"ca/gosyer/jui/*/build",
|
||||
"**/generated/**",
|
||||
"ca/gosyer/jui/data/graphql",
|
||||
"ca/gosyer/jui/uicore/icons/juiassets",
|
||||
)
|
||||
}
|
||||
plugins.withType<com.android.build.gradle.BasePlugin> {
|
||||
configure<com.android.build.gradle.BaseExtension> {
|
||||
|
||||
Reference in New Issue
Block a user