com.github.pgollangi.sonarlint
使用 Standalone 或 SonarQube 配置在本地执行 SonarLint 分析
https://pgollangi.github.io/gradle-sonarlint
源代码: https://github.com/pgollangi/gradle-sonarlint
版本 0.0.1 (最新)
0.0.1
创建于 2021 年 6 月 29 日。
此插件版本在 JCenter 成为永久重定向到 Maven Central 之后将不再可解析,因为它只使用 JCenter 中的依赖项。有关详细信息,请参阅以下博客文章:https://blog.gradle.org.cn/portal-jcenter-impact 使用 Standalone 或 SonarQube 配置在本地执行 SonarLint 分析
使用 插件 DSL
plugins {
id("com.github.pgollangi.sonarlint") version "0.0.1"
}
使用 旧插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("com.github.pgollangi.sonarlint:sonarlint-plugin:0.0.1")
}
}
apply(plugin = "com.github.pgollangi.sonarlint")