How to resolve Gradle plugin dependency?

喜你入骨 提交于 2019-12-22 03:53:07

问题


I am trying to install Eclipse integration Gradle from

http://dist.springsource.com/release/TOOLS/gradle

in order to create LibGdx project in Eclipse.

But there is a dependency issue where I am stuck at and not able to understand the error.

Below is the error stack in eclipse while trying to install the Gradle plugin.

Software being installed: Spring UAA Integration (optional) 3.6.0.201407080544-RELEASE (org.springframework.ide.eclipse.uaa.feature.feature.group 3.6.0.201407080544-RELEASE) Missing requirement: Spring UAA Integration 3.6.0.201407080544-RELEASE (org.springframework.ide.eclipse.uaa 3.6.0.201407080544-RELEASE) requires 'package com.google.protobuf 0.0.0' but it could not be found

UPDATE:
http://dist.springsource.com/release/TOOLS/gradle (latest release) did not work.
But,
http://dist.springsource.com/milestone/TOOLS/gradle (latest milestone build) worked!


回答1:


The author has made this question easy to answer by posting the answer himself. So I will swoop in and take the easy points.

Use: http://dist.springsource.com/milestone/TOOLS/gradle (latest milestone build)

because the requirements (Spring UAA Integration 3.6.0.201407080544-RELEASE) are included in the aforementioned add-on.

http://dist.springsource.com/release/TOOLS/gradle (latest release) did not work.

because the requirements (Spring UAA Integration 3.6.0.201407080544-RELEASE) are NOT (I repeat NOT!!) included in the aforementioned add-on.



来源:https://stackoverflow.com/questions/24835070/how-to-resolve-gradle-plugin-dependency

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!