Код: Выделить всё
A problem occurred evaluating root project `'ngp'`.
> Could not resolve all artifacts for configuration `'classpath'`.
> Could not find com.bmuschko:gradle-docker-plugin:3.6.2.
Searched in the following locations:
- https://jcenter.bintray.com/com/bmuschko/gradle-docker-plugin/3.6.2/gradle-docker-plugin-3.6.2.pom
If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the `'metadataSources { ... }'` of the repository declaration.
Код: Выделить всё
plugins {
id 'com.bmuschko.docker-remote-api' version '3.6.2'
}
Запуск ./gradlew clean, а затем ./gradlew build.
Проверка интернет-соединения и настроек репозитория.
Поиск плагина в других репозиториях.
Вопросы:
Какие действия я могу предпринять? предпринять, чтобы устранить эту ошибку и найти необходимый плагин?
Есть ли альтернативные репозитории или версии плагина, которые мне следует рассмотреть?
Буду очень признателен за любую помощь!
Подробнее здесь: https://stackoverflow.com/questions/790 ... lugin3-6-2