name.remal.gradle_plugins.test_source_sets.DocUtils 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 static lombok.AccessLevel.PRIVATE;
import lombok.NoArgsConstructor;
@NoArgsConstructor(access = PRIVATE)
abstract class DocUtils {
public static final String PLUGIN_REPOSITORY_HTML_URL = "https://github.com/remal-gradle-plugins/test-source-sets";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy