使用 Hudson 的 gradle 构建项目及其在神器中的部署时出错
我刚刚添加了 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
该插件需要 Gradle 0.9-preview-3+
尝试使用最新版本。
The plugin requires Gradle 0.9-preview-3+
Try using the latest version.
我们必须在远程存储库上添加 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 !