Frege / frege-gradle-plugin

Gradle plugin for compiling Frege projects
BSD 3-Clause "New" or "Revised" License
25 stars 10 forks source link

Plugin is broken on Gradle 2.12 #35

Closed ysb33r closed 8 years ago

ysb33r commented 8 years ago

This is directly related to the change in Gradle's internal API class DefaultSourceDirectorySet. The fix for this would be similar to https://github.com/ysb33r/gradle-mirah-plugin/blob/master/src/main/groovy/org/ysb33r/gradle/mirah/MirahSourceSet.groovy#L69

breskeby commented 8 years ago

thanks for the report. fixed on master,