我们已经使用Grails4.0.0一年多了,从昨天开始,我们现在无法使用下面的构建配置下载依赖项。
buildscript {
repositories {
maven { url "https://repo.grails.org/grails/core" }
}
dependencies {
classpath "org.grails:grails-gradle-plugin:$grailsVersion"
}
}
看起来https://repo.grails.org/grails/core不再是正确的URL repo下载依赖项。有人知道正确的网址吗?或者如何解决这个问题?尝试过http://repo.grails.org/grails/plugins/,尝试过不同的东西,但没有成功。提前感谢您的帮助!
A problem occurred configuring root project 'IronDataMobile_2.11.9'.
无法解析配置“:classpath”的所有项目。找不到组织。grails:grailsgradle插件:4.0.0。搜查地点如下:https://repo.grails.org/grails/core/org/grails/grails-gradle-plugin/4.0.0/grails-gradle-plugin-4.0.0.pom - https://repo.grails.org/grails/core/org/grails/grails-gradle-plugin/4.0.0/grails-gradle-plugin-4.0.0.jar要求:项目:
列出的存储库中不存在“grails core”存储库:https://repo.grails.org/ui/repos/tree/General/
但是,'core'确实存在,其中包括org.grails: grails-gradle-plugin
所以更新仓库:
buildscript {
repositories {
maven { url "https://repo.grails.org/artifactory/core/" }
}
}
我们有一个无法解决依赖关系的maven项目: [错误]无法在项目利马-broor-mule上执行目标:无法解决项目代理的依赖关系:lima-broor-mule:mule:2.0:无法解决以下工件:com.sun.xml.messaging.saaj:saaj-impl:jar:1.3-osgi,mx4j:mx4j-jmx:jar:2.1.1-osgi,mx4j:mx4j-impl:jar:2.1
我有一个MultiProject gradle,但在我的控制器模块中gradle似乎没有下载spring引导依赖项(或任何其他的东西)。根级构建运行顺利,没有任何错误,但我不能导入任何依赖项类到我的源代码。 以下是gradle文件: 多项目的根生成.级 内部项目Build.Gradle 编辑:settings.gradle 任何帮助都将不胜感激。
我正试图使用Gradle从Maven Central下载我最新发布的依赖项: 当尝试构建时,我得到一个错误: 但是io。github。iltotore:core:1.0-fixed不在lib的pom中,我的朋友可以毫无错误地使用它。 为了解决这个问题,我尝试了: > 删除~/. gradle/中的缓存 使用Intellij IDEA使缓存无效 删除我的maven local 但这个问题仍然存在。
我希望有人能帮忙。 在一台全新的windows机器上。在下载和运行最新版本的eclipse(indigo)之前,我已经下载并安装了java jdk。 3: 4:
问题内容: 当我输入command go build时,我有一个项目具有来自bitbucket上私人存储库的多个依赖项。我得到这个错误 无法识别的导入路径“ bitbucket.xxx.xx / xx / x” x509:证书由未知授权机构签名 我已经尝试了几种方法,例如添加令牌 git config –global http.extraheader令牌 配置为ssh git config –gl