-
-
Notifications
You must be signed in to change notification settings - Fork 351
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
Spoon references missing dependency org.eclipse.jdt.core:3.12.0.v20150913-1717 #688
Comments
Big thanks to eclipse... I'll see that as soon as possible. |
Same here.. |
Fixed by #695 |
When will there be a buildable version on maven central? |
Hi @fschrofner, Spoon 5.1.1 has been released on Maven Central. |
Thanks for the notification! Anyhow: the build still seems to depend on the missing library and fails on my system.
|
With Gradle, you must specify the repository in your build.gradle file: repositories {
maven {
url 'http://spoon.gforge.inria.fr/repositories/releases/'
}
} |
Thank you, it works now! I was using the |
Well seen, I'll update it. |
Using the latest spoon release I'm not able to build anymore because Eclipse seems to have removed the version used by spoon (
org.eclipse.jdt:org.eclipse.jdt.core:3.12.0.v20150913-1717
).With this Gradle file:
I get this error:
The text was updated successfully, but these errors were encountered: