私はgradleを初めて使用しますが、私が取り組んでいるプロジェクトのビルドは、何ヶ月もの間、ほとんど単独で機能しています。今日、私はそれを「グラドル」しようとしましたが、かなり不思議なエラーが発生しました...
bobk-mbp:DM_Server bobk$ gradle
:clean
:readme
:compileJava
FAILURE: Build failed with an exception.
* What went wrong:
Could not resolve all dependencies for configuration ':compile'.
> Artifact 'org.apache.james:apache-mime4j:0.6@jar' not found.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 7.114 secs
問題は、依存関係セクションで org.apache.james:apache-mime4j に明示的な依存関係がないため、他の何かに依存しているに違いありません。どの依存関係が実際にこれを必要としているかをどのように把握し、次に、この不足しているアーティファクトをどのように克服または回避するのですか?