api / org.gradle.jvm.plugins

Package org.gradle.jvm.plugins

Types

JUnitTestSuitePlugin

open class JUnitTestSuitePlugin : Plugin<Project>

This plugin adds support for execution of JUnit test suites to the Java software model.

JvmComponentPlugin

open class JvmComponentPlugin : Plugin<Project>

Base plugin for JVM component support. Applies the org.gradle.language.base.plugins.ComponentModelBasePlugin. Registers the JvmLibrarySpec library type for the components container.

JvmTestSuiteBasePlugin

open class JvmTestSuiteBasePlugin : RuleSource

The base plugin that needs to be applied by all plugins which provide testing support for the Java software model.