pro.tark.checkstyleremote.checkstyle-remote
所有者: Pavel Ismailov
从集中位置抓取远程 checkstyle 文件并检查您的项目
https://github.com/tark-hq/checkstyle-remote
来源: https://github.com/tark-hq/checkstyle-remote
版本 1.0-SNAPSHOT (最新版)
1.0-SNAPSHOT
创建于 2018 年 10 月 2 日。
从集中位置抓取远程 checkstyle 文件并检查您的项目
使用 插件 DSL
plugins {
id("pro.tark.checkstyleremote.checkstyle-remote") version "1.0-SNAPSHOT"
}
使用 传统插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("gradle.plugin.pro.tark.checkstyle:checkstyle-remote:1.0-SNAPSHOT")
}
}
apply(plugin = "pro.tark.checkstyleremote.checkstyle-remote")
使用 插件 DSL
plugins {
id "pro.tark.checkstyleremote.checkstyle-remote" version "1.0-SNAPSHOT"
}
使用 传统插件应用
buildscript {
repositories {
maven {
url "https://plugins.gradle.org.cn/m2/"
}
}
dependencies {
classpath "gradle.plugin.pro.tark.checkstyle:checkstyle-remote:1.0-SNAPSHOT"
}
}
apply plugin: "pro.tark.checkstyleremote.checkstyle-remote"