name.remal.gradle_plugins.test_source_sets.TestSuffixCheckMode 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;
public enum TestSuffixCheckMode {
/**
* Throw an exception
*/
FAIL,
/**
* Log a warning message
*/
WARN,
/**
* Disable the check
*/
DISABLE,
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy