使用 Hudson 的 gradle 构建项目及其在神器中的部署时出错

发布于 2024-09-14 01:16:54 字数 675 浏览 7 评论 0原文

我刚刚添加了 hudson-artifactory 插件,一切都用 Maven 运行得非常好,但是当我尝试用 gradle 构建项目时(我将 gradle 插件添加到 hudson),

我得到了这个错误:

失败:构建失败 例外。 * 其中:初始化 脚本 'C:\Documents 和 Settings\qqqqqqqqqqqq.hudson\jobs\skiiiiiiiiiin\builds\2010-08-10_10-45-03\init-artifactory.gradle' 行:2 * 出了什么问题:一个问题 发生评估初始化 脚本。原因:没有方法签名: org.gradle.inspiration.DefaultGradle.apply() 适用于参数类型: (init_artifactory_gradle_bb54a6ea5f854f8feae8c6181e5acbf4$_run_closure1_closure2) 价值观: [init_artifactory_gradle_bb54a6ea5f854f8feae8c6181e5acbf4$_run_closure1_closure2@1d7b222] * 尝试:使用 -s 或 -d 选项运行以获取更多详细信息。使用 -S 选项运行 得到完整的(非常详细) 堆栈跟踪。构建失败总时间: 1.942 秒完成:失败

I just added the hudson-artifactory plugin, and everything run marvelously with Maven, but when I tried to build the project with gradle (I added the gradle plugin to hudson)

I got this error:

FAILURE: Build failed with an
exception. * Where: Initialization
script 'C:\Documents and
Settings\qqqqqqqqqqqq.hudson\jobs\skiiiiiiiiiin\builds\2010-08-10_10-45-03\init-artifactory.gradle'
line: 2 * What went wrong: A problem
occurred evaluating initialization
script. Cause: No signature of method:
org.gradle.invocation.DefaultGradle.apply()
is applicable for argument types:
(init_artifactory_gradle_bb54a6ea5f854f8feae8c6181e5acbf4$_run_closure1_closure2)
values:
[init_artifactory_gradle_bb54a6ea5f854f8feae8c6181e5acbf4$_run_closure1_closure2@1d7b222]
* Try: Run with -s or -d option to get more details. Run with -S option to
get the full (very verbose)
stacktrace. BUILD FAILED Total time:
1.942 secs Finished: FAILURE

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

小嗷兮 2024-09-21 01:16:54

该插件需要 Gradle 0.9-preview-3+
尝试使用最新版本。

The plugin requires Gradle 0.9-preview-3+
Try using the latest version.

水中月 2024-09-21 01:16:54

我们必须在远程存储库上添加 gradle.artifactoryonline.com/gradle/libs 和 gradle.artifactoryonline.com/gradle/plugins :))并且一切正常!

we must add gradle.artifactoryonline.com/gradle/libs and gradle.artifactoryonline.com/gradle/plugins on remote repository :)) and everything works !

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文