package ch.fhnw.thga.gradleplugins.fregeproject; public interface BuildFile { Build buildFile(String buildFile); }