Skip to content

Commit

Permalink
Do not validate jar files in plugin application.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Sep 23, 2024
1 parent aaa7193 commit 3d07488
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3207,7 +3207,7 @@ public ForJarFile(File file) {
* {@inheritDoc}
*/
public Origin read() throws IOException {
return new Origin.ForJarFile(new JarFile(file));
return new Origin.ForJarFile(new JarFile(file, false));
}
}

Expand Down

0 comments on commit 3d07488

Please sign in to comment.