package: do not break manifest on mulitrelease jars

This commit is contained in:
Max Weber
2022-06-15 20:16:54 -06:00
parent 3a6ae04ffb
commit 1910930e93

View File

@@ -649,7 +649,7 @@ public class Plugin implements Closeable
if (isMultiRelease)
{
// allow multirelease classes to not be parsable by asm, they may be too new
return;
continue;
}
throw e;