java
abstract fun java(@Nullable @DelegatesTo(value = SourceDirectorySet::class
Configures the Java source for this set.
The given closure is used to configure the SourceDirectorySet which contains the Java source.
Return
this
Parameters
configure
The closure to use to configure the Java source.
Configures the Java source for this set.
The given action is used to configure the SourceDirectorySet which contains the Java source.
Return
this
Parameters
configure
The action to use to configure the Java source.