Skip to content

Commit

Permalink
🐡🐢🐻
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsuter committed Jul 29, 2024
1 parent 9b7f64c commit 90bfb33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public void archiveCreationDefault() throws Exception {
assertThat(iarFile).hasFileName("base-1.0.0.iar");
assertThat(mojo.project.getArtifact().getFile())
.as("Created IAR must be registered as artifact for later repository installation.")
.isEqualTo(iarFile);
.isEqualTo(iarFile.toFile());

try (ZipFile archive = new ZipFile(iarFile.toFile())) {
assertThat(archive.getEntry(".classpath")).as(".classpath must be packed for internal binary retrieval")
Expand Down

0 comments on commit 90bfb33

Please sign in to comment.