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

pl.allegro.tech.build.axion.release.ReleaseFailedException.groovy Maven / Gradle / Ivy

The newest version!
package pl.allegro.tech.build.axion.release

class ReleaseFailedException extends RuntimeException {

    ReleaseFailedException(String message) {
        super(message)
    }

    @Override
    Throwable fillInStackTrace() {
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy