Skip to content

Commit

Permalink
Prevent duplicate recipes via Timefold
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Feb 27, 2024
1 parent 9e5d8f5 commit 4b15c94
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,8 @@ tasks.withType<ShadowJar> {
include(dependency("org.axonframework:axon-migration"))
include(dependency("tech.picnic.error-prone-support:error-prone-contrib"))
}
// Binary files for ErrorProne; not needed for recipes
exclude("**/*.refaster")
// Redeclares existing Quarkus and OpenRewrite recipes
exclude("**/ToLatest9.yml")
}

0 comments on commit 4b15c94

Please sign in to comment.