Indent with tabs instead of spaces in Gradle build scripts

This commit is contained in:
Sam Brannen
2025-04-06 17:41:32 +02:00
parent cfb7888044
commit 343f613f7c

View File

@@ -45,7 +45,7 @@ repositories {
// To avoid a redeclaration error with Kotlin compiler
tasks.named('compileKotlin', KotlinCompilationTask.class) {
javaSources.from = []
javaSources.from = []
}
dependencies {