Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project doesn't compile with Gradle 2.12 #36

Open
donkike opened this issue Apr 17, 2016 · 1 comment
Open

Project doesn't compile with Gradle 2.12 #36

donkike opened this issue Apr 17, 2016 · 1 comment

Comments

@donkike
Copy link

donkike commented Apr 17, 2016

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
Copy link
Member

Dierk commented Apr 17, 2016

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 [email protected]:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants