Skip to content

Commit

Permalink
Include native-image in META-INF (#7808)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez committed Nov 14, 2023
1 parent dc37a4c commit 1556cfe
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ public void testPackages() throws Exception {

@Test
public void testMetaInf() throws Exception {
assertThatFileList(root.resolve("META-INF")).containsOnly("MANIFEST.MF", "services", "versions");
assertThatFileList(root.resolve("META-INF"))
.containsOnly("MANIFEST.MF", "services", "versions", "native-image");
}

@Test
Expand Down

0 comments on commit 1556cfe

Please sign in to comment.