hadix-lin / ideavim_extension

IdeaVIM插件的扩展插件
Apache License 2.0
291 stars 36 forks source link

项目拉下来之后无法构建,就一直Gradle: Configuer build... #46

Closed me-LittleDemo closed 4 years ago

me-LittleDemo commented 4 years ago

如题,什么错误也没有,强行结束也不报错... 是不是项目拉下来之后还需要什么特殊配置? idea版本2019.2.2 gradle版本5.2.1

hadix-lin commented 4 years ago

gradle拉依赖的过程估计是要翻墙的,不是很好用

Leslie_97 notifications@github.com于2019年12月24日 周二16:40写道:

如题,什么错误也没有,强行结束也不报错... 是不是项目拉下来之后还需要什么特殊配置? idea版本2019.2.2 gradle版本5.2.1

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/hadix-lin/ideavim_extension/issues/46?email_source=notifications&email_token=AAH5ITM7VBASB34V6X7VL7DQ2HDH7A5CNFSM4J64DYVKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4ICO7HFA, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAH5ITOH34GAJQBS3GA3WNLQ2HDH7ANCNFSM4J64DYVA .

me-LittleDemo commented 4 years ago

gradle拉依赖的过程估计是要翻墙的,不是很好用 Leslie_97 notifications@github.com于2019年12月24日 周二16:40写道: 如题,什么错误也没有,强行结束也不报错... 是不是项目拉下来之后还需要什么特殊配置? idea版本2019.2.2 gradle版本5.2.1 — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#46?email_source=notifications&email_token=AAH5ITM7VBASB34V6X7VL7DQ2HDH7A5CNFSM4J64DYVKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4ICO7HFA>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAH5ITOH34GAJQBS3GA3WNLQ2HDH7ANCNFSM4J64DYVA .

今天早上到公司一看,竟然能构建了,我觉得之前不能构建的原因大概率是因为我没有配置gradle的环境变量...昨天下班前配置了一下,现在已经构建好用上了,很好用,谢谢啦

hadix-lin commented 4 years ago

@me-LittleDemo 为什么要构建,你要改代码吗?每个版本都有编译好的包可以下载,插件中心也有。