Skip to content

Commit

Permalink
Exclude generated integ sources
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenbaker committed Dec 17, 2024
1 parent 48469b3 commit a4f874a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions smithy-trait-codegen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ sourceSets {
resources {
srcDir(layout.buildDirectory.dir("generated-resources"))
}

spotless {
java {
targetExclude("build/integ")
}
}
}
}

Expand Down

0 comments on commit a4f874a

Please sign in to comment.