toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.api.plugins.quality
/
CheckstylePlugin
Checkstyle
Plugin
API
abstract
class
CheckstylePlugin
:
AbstractCodeQualityPlugin
<
T
>
(
source
)
Checkstyle Plugin.
See also
<a
href="https://docs.
gradle.
org/current/userguide/checkstyle_plugin.
html">Checkstyle
plugin
reference</a>
Members
Constructors
Checkstyle
Plugin
Link copied to clipboard
API
constructor
(
)
Properties
DEFAULT_CHECKSTYLE_VERSION
Link copied to clipboard
API
val
DEFAULT_CHECKSTYLE_VERSION
:
String
=
"9.3"
Functions
apply
Link copied to clipboard
API
fun
apply
(
project
:
ProjectInternal
)