Skip to content
Prev Previous commit
Next Next commit
Exclude sentry-native submodule from formatting
  • Loading branch information
markushi committed Aug 30, 2024
commit 1b4e33404b0e96235a7bee881efd2566820c59fc
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ spotless {
target("**/*.java")
removeUnusedImports()
googleJavaFormat()
targetExclude("**/generated/**", "**/vendor/**")
targetExclude("**/generated/**", "**/vendor/**", "**/sentry-native/**")
}
kotlin {
target("**/*.kt")
Expand Down