Eclipse で gradle プロジェクトをインポートしているときに、このエラーが発生します。
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'test'.
> Could not resolve all dependencies for configuration ':classpath'.
> Could not resolve de.richsource.gradle.plugins:gwt-gradle-plugin:0.3.
Required by:
:test:unspecified
> Could not GET 'https://github.com/steffenschaefer/gwt-gradle-plugin/raw/maven-repo/de/richsource/gradle/plugins/gwt-gradle-plugin/0.3/gwt-gradle-plugin-0.3.pom'.
> peer not authenticated
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
プロキシ接続を介してインターネットを使用しています。それが問題である場合、Eclipse 内でプロキシ設定を指定する場所。一般->ネットワーク接続では、プロキシ設定はすでにそこにあります
助けてください。