无法建立项目'简化'与gradle

时间:2016-03-06 13:34:33

标签: java android simplify

我正在努力建立这个项目'简化'来自github(https://github.com/CalebFenton/simplify)。我已下载文件并在命令提示符下运行命令:

gradle build

但是构建失败并出现以下错误:

FAILURE:Build failed with an exception
*What went wrong:
>Could not resolve all dependencies for configuration ':demoapp:compile'
Required by org.cf:demoapp:1.0.0
>Could not resolve org.skf4j:slf4j-nop:1.7.7
>Could not get resource 'https://repo1.maven.org/maven2/org/slf4j/slf4j-nop/1.7.7/slf4j-nop-1.7.7.pom'
>Failure inintializing default system SSL context

....等

我做错了什么? 我在构建期间连接了互联网。我使用的是Java SE 8u74和gradle 2.10。

P.S-当我尝试通过以下命令运行gradle包装器时:

gradlew fatjar

它会产生很多错误。

0 个答案:

没有答案