Frege / frege-gradle-plugin

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

Project doesn't compile with Gradle 2.12 #36

Open donkike opened 8 years ago

donkike commented 8 years ago

I'm getting an error when running gradle buildwith Gradle 2.12:

java.lang.NoSuchMethodError: org.gradle.api.internal.file.DefaultSourceDirectorySet.<init>(Ljava/lang/String;Lorg/gradle/api/internal/file/FileResolver;)

I looked online and it seems to be related to a change in the internal API with Gradle 2.12, as explained here https://bitbucket.org/clojuresque/clojuresque/issues/4/plugin-stops-working-in-gradle-212.

Dierk commented 8 years ago

Thanks for reporting. The issue is fixed but the fix is not yet in the distribution.

Cheers Dierk

sent from:mobile

Am 17.04.2016 um 03:07 schrieb Enrique Arango Lyons notifications@github.com:

I'm getting an error when running gradle buildwith Gradle 2.12:

java.lang.NoSuchMethodError: org.gradle.api.internal.file.DefaultSourceDirectorySet.(Ljava/lang/String;Lorg/gradle/api/internal/file/FileResolver;)

I looked online and it seems to be related to a change in the internal API with Gradle 2.12, as explained here https://bitbucket.org/clojuresque/clojuresque/issues/4/plugin-stops-working-in-gradle-212.

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub