aboutsummaryrefslogtreecommitdiff
path: root/src/main/groovy/frege/gradle/FregeSourceSetOutputs.groovy
blob: 07e90a379f33f2a72b56acb5408b770990f4d65e (plain)
1
2
3
4
5
6
7
package frege.gradle

import org.gradle.api.file.FileCollection

interface FregeSourceSetOutputs {
    FileCollection getDirs()
}