Skip to content

Commit

Permalink
chore: remove google java format
Browse files Browse the repository at this point in the history
We don't have any java file in repo, so remove google java format
find app/src -name '*.java' -print | grep -v jni
  • Loading branch information
Bambooin committed Sep 5, 2024
1 parent bbab9f9 commit 04e96cb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ plugins {
}

spotless {
java {
importOrder()
removeUnusedImports()
target("app/src/main/java/com/osfans/trime/**/*.java")
googleJavaFormat("1.19.2")
}
kotlin {
target("**/*.kt", "**/*.kts")
ktlint("1.2.1")
Expand Down

0 comments on commit 04e96cb

Please sign in to comment.