package ch.fhnw.thga.gradleplugins.fregeproject; import java.io.File; public interface ProjectRoot { BuildFile projectRoot(File projectRoot); }