找不到ID为'com.github.spotbugs'的插件

时间:2018-12-15 04:28:26

标签: gradle spotbugs

我第一次为Gradle项目配置SpotBugs plugin

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.,我在做什么错了?

版本5.0。

0 个答案:

没有答案