All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.yworks.yshrink.util.MultiReleaseException Maven / Gradle / Ivy

Go to download

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.";
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy