name.remal.gradle_plugins.test_source_sets.InvalidTestSourceSetNameSuffix Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of test-source-sets Show documentation
Show all versions of test-source-sets Show documentation
Remal Gradle plugins: test-source-sets
package name.remal.gradle_plugins.test_source_sets;
import org.gradle.api.GradleException;
public class InvalidTestSourceSetNameSuffix extends GradleException {
InvalidTestSourceSetNameSuffix(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy