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

name.remal.gradle_plugins.test_source_sets.InvalidTestSourceSetNameSuffix Maven / Gradle / Ivy

There is a newer version: 4.1.1
Show newest version
package name.remal.gradle_plugins.test_source_sets;

import org.gradle.api.GradleException;

public class InvalidTestSourceSetNameSuffix extends GradleException {

    InvalidTestSourceSetNameSuffix(String message) {
        super(message);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy