name.remal.gradle_plugins.toolkit.testkit.functional.GradleChildProject Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of testkit Show documentation
Show all versions of testkit Show documentation
Remal Gradle plugins: toolkit: testkit
package name.remal.gradle_plugins.toolkit.testkit.functional;
import java.io.File;
import lombok.Getter;
@Getter
public class GradleChildProject extends AbstractGradleProject {
GradleChildProject(File projectDir) {
super(projectDir);
}
}