我在windows和ubuntu上运行最新的泰坦
compile group: 'com.thinkaurelius.titan', name:'titan-all', version:'0.4.0'我看到了以下错误:
Download http://repo1.maven.org/maven2/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.jar
FAILURE: Build failed with an exception.
* What went wrong:
Could not resolve all dependencies for configuration ':runtime'.
> Could not download artifact 'com.thinkaurelius.titan:titan-core:0.4.0:${titan.classifier}@jar'
> java.lang.NullPointerException (no error message)
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.谢谢你的帮助。
发布于 2013-11-14 21:52:41
我会先删除您的.m2目录,然后再试一次(很抱歉为所有maaven repo相关问题提供了经典的解决方案)。如果这不起作用,那么也许您可以运行一个gradle dependencies并将结果附加到您的问题中,看看是否有什么有趣的事情发生。
https://stackoverflow.com/questions/19978605
复制相似问题