2013-11-14 25 views
0

我將最新的巨人[在Windows以及求助]泰坦的gradle都無法拉

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. 

感謝您的幫助。

回答

0

我想通過刪除.m2目錄,並再次嘗試(道歉,提供經典的解決所有maaven回購相關問題)開始。如果還是不行,那麼也許你可以運行gradle dependencies和追加的結果,你的問題,看看是否有什麼有趣的事發生的事情。

+0

我會嘗試,讓你know.Also,我發現了一個類似的線程在線:https://groups.google.com/forum/#!topic/aureliusgraphs/zbiQnknr25Y但它表明,我一直在努力解決方法與現在。 – sharmami

+0

刪除〜/ .gradle沒有幫助。 「gradle這個依賴」如下所示:[鏈接](https://www.dropbox.com/s/8v5owkcpb3j2qtd/gradle-dependencies.txt) – sharmami

+0

更新:我能拉0.4.1沒有任何問題。 – sharmami