Mryqu's Notes


  • 首页

  • 搜索
close

[Gradle] 遭遇 Unable to process incoming event 'ProgressComplete' (ProgressCompleteEvent)

时间: 2017-11-30   |   分类: Tool   Gradle     |   阅读: 76 字 ~1分钟

最近开始玩一个项目,结果gradle build总是报错:

FAILURE: Build failed with an exception.

* What went wrong:
Unable to process incoming event 'ProgressComplete ' (ProgressCompleteEvent)

参考了帖子Build fails with “Unable to process incoming event ‘ProgressComplete ’ (ProgressCompleteEvent)”:

The Workaround:

use the --console plain gradle command line switch

The Fix:

If you use git + git-bash, upgrade to git 2.x.x (2.9.3 is current and works for me)
If you use DOS, try increasing your screen buffer size.(mine is 1024 x 1024)

将Git Window从2.9.0升级到2.15.0,问题不复重现。

标题:[Gradle] 遭遇 Unable to process incoming event 'ProgressComplete' (ProgressCompleteEvent)
作者:mryqu
声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 3.0 CN 许可协议。转载请注明出处!

#gradle# #build# #progresscomplete# #git#
Typescript类型定义文件(.d.ts)生成工具
[Golang] 折腾一下Golang项目调试
  • 文章目录
  • 站点概览

Programmer & Architect

662 日志
27 分类
1472 标签
GitHub Twitter FB Page
© 2009 - 2023 Mryqu's Notes
Powered by - Hugo v0.120.4
Theme by - NexT
0%