gradle
Toggle table of contents
9.7.0-20260526005751+0000
API
Target filter
API
Switch theme
Search in API
Skip to content
gradle
gradle
/
org.gradle.api.plugins.quality
/
CheckstylePlugin
Checkstyle
Plugin
API
abstract
class
CheckstylePlugin
:
AbstractCodeQualityPlugin
<
Checkstyle
>
(
source
)
Checkstyle Plugin.
See also
Checkstyle plugin reference
Members
Constructors
Checkstyle
Plugin
Link copied to clipboard
API
constructor
(
)
Properties
DEFAULT_
CHECKSTYLE_
VERSION
Link copied to clipboard
API
val
DEFAULT_CHECKSTYLE_VERSION
:
String
=
"10.24.0"
Functions
apply
Link copied to clipboard
API
abstract
fun
apply
(
target
:
T
)
fun
apply
(
project
:
ProjectInternal
)
Apply this plugin to the given target object.