diff options
Diffstat (limited to 'src/main/groovy/frege/gradle/FregeSourceSetOutputs.groovy')
-rw-r--r-- | src/main/groovy/frege/gradle/FregeSourceSetOutputs.groovy | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main/groovy/frege/gradle/FregeSourceSetOutputs.groovy b/src/main/groovy/frege/gradle/FregeSourceSetOutputs.groovy new file mode 100644 index 0000000..07e90a3 --- /dev/null +++ b/src/main/groovy/frege/gradle/FregeSourceSetOutputs.groovy @@ -0,0 +1,7 @@ +package frege.gradle + +import org.gradle.api.file.FileCollection + +interface FregeSourceSetOutputs { + FileCollection getDirs() +}
\ No newline at end of file |