Skip to content

Commit

Permalink
chore: update spotless java target
Browse files Browse the repository at this point in the history
  • Loading branch information
Bambooin committed Feb 18, 2024
1 parent 25acdc6 commit c30ec0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ allprojects {
spotless {
java {
licenseHeaderFile 'spotless.license-java'
target 'app/src/**/*.java', 'commons_compress_7z/src/**/*.java', 'file_operations/src/**/*.java', 'portscanner/src/**/*.java'
target '*/src/**/*.java'
googleJavaFormat('1.19.2')
removeUnusedImports() // removes any unused imports
importOrder 'java', 'javax', 'org', 'com', 'android', 'androidx', ''
Expand Down

0 comments on commit c30ec0c

Please sign in to comment.