Package org.ysb33r.gradle.iac.base.tf
Interface UsesSourceSetName
-
public interface UsesSourceSetNameDefines that this task requires a source set name- Since:
- 2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetSourceSetName(java.lang.String ssName)Sets the source set name.
-