api / org.gradle.jvm / JvmComponentSpec

JvmComponentSpec

@Incubating interface JvmComponentSpec : ComponentSpec

Definition of a software component that is to be built by Gradle to run a on JVM platform.

Inherited Functions

getProjectPath

abstract fun getProjectPath(): String

The path to the project containing this component.

Inheritors

JvmLibrarySpec

interface JvmLibrarySpec : LibrarySpec, JvmComponentSpec, PlatformAwareComponentSpec

Definition of a JVM library component that is to be built by Gradle.

JvmTestSuiteSpec

interface JvmTestSuiteSpec : TestSuiteSpec, JvmComponentSpec

Base type for all JVM test suites.