Skip to content

Commit

Permalink
GH-1899 Fix ReposiliteSpecification
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikoysk committed Aug 8, 2023
1 parent 9b6b314 commit 3091d15
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ internal abstract class ReposiliteSpecification : ReposiliteRunner() {
repository = mavenFacade.getRepository(repository)!!,
gav = "$gav/$file".toLocation(),
by = "junit",
content = content.byteInputStream(Charsets.UTF_8)
content = content.byteInputStream(Charsets.UTF_8),
generateChecksums = false
)
)
}
Expand Down

0 comments on commit 3091d15

Please sign in to comment.