Skip to content

Commit

Permalink
Exclude sentry-native Java code from being spotless-checked
Browse files Browse the repository at this point in the history
  • Loading branch information
markushi committed Oct 22, 2024
1 parent 5d4703a commit ce0aa1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ spotless {
target("**/*.java")
removeUnusedImports()
googleJavaFormat()
targetExclude("**/generated/**", "**/vendor/**")
targetExclude("**/generated/**", "**/vendor/**", "**/sentry-native/**")
}
kotlin {
target("**/*.kt")
Expand Down

0 comments on commit ce0aa1f

Please sign in to comment.