构建gradle项目时不存在包

时间:2018-01-23 20:40:38

标签: java spring gradle

我想从项目https://github.com/JonkiPro/REST-Web-Services构建一个gradle项目。与GH这个项目的不同之处在于我添加了主apply plugin: 'application' mainClassName = 'com.web.WebApplication' 文件

gradle build --stacktrace

我使用了命令

error: cannot find symbol

建立一个项目,但它让我崩溃了 https://pastebin.com/5bnex9xs

e.g。 error: package does not exists或{{1}}

应用程序在Intellij https://zapodaj.net/d11780c416ad8.png.html

中正确编译

出现此错误的原因是什么?

0 个答案:

没有答案