Skip to content

Commit

Permalink
Exclude unused classes from ErrorProne Support
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Jun 17, 2024
1 parent 474b346 commit 4076f5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ tasks.withType<ShadowJar> {
}
// Binary files for ErrorProne; not needed for recipes
exclude("**/*.refaster")
exclude("**/*Rules.class")
exclude("**/bugpatterns/")
// Redeclares existing Quarkus and OpenRewrite recipes
exclude("**/ToLatest9.yml")
relocate("quarkus-updates", "META-INF.rewrite")
Expand Down

0 comments on commit 4076f5f

Please sign in to comment.