Skip to content

Commit

Permalink
Reinstate spotless excludes for generated proto output
Browse files Browse the repository at this point in the history
  • Loading branch information
niloc132 committed Mar 1, 2024
1 parent d5ee50b commit 25609dc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions extensions/protobuf/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ test {
useJUnitPlatform()
}

spotless {
java {
targetExclude(
'build/generated/source/proto/test/java/**',
)
}
}

protobuf {
protoc {
artifact = 'com.google.protobuf:protoc:3.24.1'
Expand Down

0 comments on commit 25609dc

Please sign in to comment.