我想从项目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
中正确编译出现此错误的原因是什么?