com.yworks.yshrink.util.MultiReleaseException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of yguard Show documentation
Show all versions of yguard Show documentation
The open-source Java obfuscation tool working with Ant and Gradle by yWorks - the diagramming experts
The newest version!
package com.yworks.yshrink.util;
public class MultiReleaseException extends RuntimeException {
@Override
public String getMessage() {
return "Multi-release archives containing classes in META-INF are incompatible with yGuard.";
}
}