Плагин с идентификатором com.github.spotbugs не найден
Я настраиваю плагин SpotBugs для проекта Gradle впервые.
buildscript {
repositories {
maven {
url 'https://plugins.gradle.org/m2/'
}
}
dependencies {
classpath 'gradle.plugin.com.github.spotbugs:spotbugs-gradle-plugin:1.6.6'
}
}
apply plugin: 'com.github.spotbugs'
При беге gradle check
Я получаю ошибку Plugin with id 'com.github.spotbugs' not found.
Что я делаю неправильно?
Gradle версия 5.0.