2016-07-31 71 views
6

當在導入設置中選中「下載源」和「下載javadocs」時,似乎Intellij表現良好。強制intellij下載現有項目中的scala庫源

但是,如果他們是而不是檢查,那麼我們怎麼才能得到scala源呢?在下面的截圖中我沒有點擊Download Sources

enter image description here

但失敗了Sources for 'scala-library.jar' not found

enter image description here

的IntelliJ似乎應該認識到與該項目相應的斯卡拉版本適當點綴的scala-library.jar。沒有?

那麼有沒有其他方法可以簡單地加入項目並重新導入?查詢的原因是我有很多項目處於這種狀態,並且還希望靈活性達到而不是總是檢查Download sources - 這是由於構建時間較長以及偶然的構建失敗造成的。

回答

2

您可以編輯現有項目的SBT設置:

enter image description here enter image description here

選擇後「下載:來源」和關閉的設置,必須刷新SBT項目觸發下載:

enter image description here

相關問題