com.netflix.nebula.lint.rule.GradlePlugin.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gradle-lint-plugin Show documentation
Show all versions of gradle-lint-plugin Show documentation
Pluggable and configurable linter tool for identifying and reporting on patterns of misuse or deprecations in Gradle scripts
package com.netflix.nebula.lint.rule
import groovy.transform.Canonical
import groovy.transform.CompileStatic
@Canonical
@CompileStatic
class GradlePlugin {
String id
}