gpt4 book ai didi

grails - 如何配置settings.groovy以使用多个存储库?

转载 作者:行者123 更新时间:2023-12-02 14:39:43 25 4
gpt4 key购买 nike

我刚刚安装了Grails 3.3.0,我想在${HOME}/user/.grails/settings.groovy文件中配置一些自定义存储库。

enter image description here

到目前为止,这是我所做的(实际URL已替换为<someUrl1|2>):

grails {
profiles {
repositories {
repo1 {
url = "<someUrl1>"
snapshotsEnabled = true
}
repo2 {
url = "<someUrl2>"
snapshotsEnabled = true
}
}
}
}

现在,当我在bash(Ubutu 16.04)上执行 grails命令时,它总是尝试解析第一个存储库( <someUrl1>)中的依赖项

的Java:jdk8u141

是否应该像我一样完成此配置?

如果没有, 我如何配置此文件以便将多个仓库用于grails?

如果有连接问题(或任何问题),则首次尝试连接第一个存储库失败, Grails托盘是否可以访问声明的其他存储库?

最佳答案

Should this configuration be done like I did?



是的,根据 documentation

Does Grails tray to access the other ones declared?



是的,存储库列表被传递到此类的构造函数中。
https://github.com/grails/grails-core/blob/master/grails-shell/src/main/groovy/org/grails/cli/profile/repository/MavenProfileRepository.groovy#L48

关于grails - 如何配置settings.groovy以使用多个存储库?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46105359/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com