How to resolve Gradle plugin dependency?(如何解决 Gradle 插件依赖?)
问题描述
我正在尝试从
http://dist.springsource.com/release/TOOLS/gradle
为了在 Eclipse 中创建 LibGdx 项目.
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.
以下是尝试安装 Gradle 插件时 eclipse 中的错误堆栈.
Below is the error stack in eclipse while trying to install the Gradle plugin.
正在安装的软件:Spring UAA 集成(可选)3.6.0.201407080544-RELEASE (org.springframework.ide.eclipse.uaa.feature.feature.group 3.6.0.201407080544-RELEASE)缺少要求:Spring UAA Integration 3.6.0.201407080544-RELEASE (org.springframework.ide.eclipse.uaa 3.6.0.201407080544-RELEASE) 需要 'package com.google.protobuf 0.0.0' 但找不到
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
更新:
http://dist.springsource.com/release/TOOLS/gradle(最新版本) 没用.
但是,
http://dist.springsource.com/milestone/TOOLS/gradle(最新里程碑构建)工作!
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!
推荐答案
作者自己贴出答案,让这个问题很容易回答.所以我会猛扑过去,轻松拿分.
The author has made this question easy to answer by posting the answer himself. So I will swoop in and take the easy points.
使用:http://dist.springsource.com/milestone/TOOLS/gradle(最新的里程碑构建)
Use: http://dist.springsource.com/milestone/TOOLS/gradle (latest milestone build)
因为要求(Spring UAA 集成 3.6.0.201407080544-RELEASE)包含在上述附加组件中.
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 (最新版本)不起作用.
http://dist.springsource.com/release/TOOLS/gradle (latest release) did not work.
因为要求(Spring UAA 集成 3.6.0.201407080544-RELEASE)未包含在上述附加组件中(我重复一遍!).
because the requirements (Spring UAA Integration 3.6.0.201407080544-RELEASE) are NOT (I repeat NOT!!) included in the aforementioned add-on.
这篇关于如何解决 Gradle 插件依赖?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何解决 Gradle 插件依赖?


基础教程推荐
- 在螺旋中写一个字符串 2022-01-01
- 如何使用 Eclipse 检查调试符号状态? 2022-01-01
- 首次使用 Hadoop,MapReduce Job 不运行 Reduce Phase 2022-01-01
- 如何在不安装整个 WTP 包的情况下将 Tomcat 8 添加到 Eclipse Kepler 2022-01-01
- 如何强制对超级方法进行多态调用? 2022-01-01
- 由于对所需库 rt.jar 的限制,对类的访问限制? 2022-01-01
- 如何使用 Stream 在集合中拆分奇数和偶数以及两者的总和 2022-01-01
- Spring Boot Freemarker从2.2.0升级失败 2022-01-01
- Java 中保存最后 N 个元素的大小受限队列 2022-01-01
- 如何对 HashSet 进行排序? 2022-01-01