Skip to content

Commit

Permalink
Exclude .refaster files from shadowed jar
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Feb 27, 2024
1 parent a363898 commit 78cb74a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ tasks.withType<ShadowJar> {
include(dependency("org.axonframework:axon-migration"))
include(dependency("tech.picnic.error-prone-support:error-prone-contrib"))
}
exclude("**/*.refaster")
}

0 comments on commit 78cb74a

Please sign in to comment.