JavaQAExtension

open class JavaQAExtension(project: Project)

Extension for the Java QA plugin.

Constructors

Link copied to clipboard
constructor(project: Project)

Types

Link copied to clipboard
inner class Checkstyle

Option collection for checkstyle.

Properties

Link copied to clipboard
val javaVersion: Property<Int>

The Java version to use for the project. It is used to set the source and target compatibility. This value defaults to the latest version of Java supported by all tools at the release time of the plugin.

Functions

Link copied to clipboard

DSL access to the checkstyle configuration.