We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm getting an error when running gradle buildwith Gradle 2.12:
gradle build
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.
The text was updated successfully, but these errors were encountered:
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
Am 17.04.2016 um 03:07 schrieb Enrique Arango Lyons [email protected]:
java.lang.NoSuchMethodError: org.gradle.api.internal.file.DefaultSourceDirectorySet.(Ljava/lang/String;Lorg/gradle/api/internal/file/FileResolver;)
— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub
Sorry, something went wrong.
No branches or pull requests
I'm getting an error when running
gradle build
with 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.
The text was updated successfully, but these errors were encountered: