api / org.gradle.language.java / JavaSourceSet

JavaSourceSet

@Incubating interface JavaSourceSet : DependentSourceSet

A set of sources passed to the Java compiler.

Functions

getCompileClasspath

abstract fun getCompileClasspath(): Classpath

Inherited Functions

getDependencies

abstract fun getDependencies(): DependencySpecContainer