Skip to content

Commit

Permalink
Enabling spotless for all modules from PR 651
Browse files Browse the repository at this point in the history
Signed-off-by: Vacha Shah <[email protected]>
  • Loading branch information
VachaShah committed Oct 12, 2023
1 parent 9ae72b8 commit fbe2c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ tasks.withType<Jar> {
spotless {
java {

target("**/json/**/*.java", "**/transport/**/*.java", "**/util/**/*.java")
target("**/*.java")

// Use the default importOrder configuration
importOrder()
Expand Down

0 comments on commit fbe2c68

Please sign in to comment.