Skip to content

Commit

Permalink
chore: upgrade google jave format to 1.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Bambooin committed Feb 18, 2024
1 parent 54ccb13 commit 25acdc6
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 @@ -86,7 +86,7 @@ spotless {
java {
licenseHeaderFile 'spotless.license-java'
target 'app/src/**/*.java', 'commons_compress_7z/src/**/*.java', 'file_operations/src/**/*.java', 'portscanner/src/**/*.java'
googleJavaFormat('1.15.0')
googleJavaFormat('1.19.2')
removeUnusedImports() // removes any unused imports
importOrder 'java', 'javax', 'org', 'com', 'android', 'androidx', ''
}
Expand Down

0 comments on commit 25acdc6

Please sign in to comment.