Definition of a Jar file binary that is to be built by Gradle.
| Type | Name and description |
|---|---|
File |
getJarFile()The jar file output for this binary. |
JvmLibrarySpec |
getLibrary()The ProjectJvmLibrary that this binary belongs to. |
void |
setJarFile(File jarFile)Sets the jar file output for this binary. |
| Methods inherited from class | Name |
|---|---|
interface JvmLibraryBinarySpec |
getTargetPlatform |
interface JvmBinarySpec |
getClassesDir, getResourcesDir, getTasks, getToolChain, setClassesDir, setResourcesDir |
interface BinarySpec |
getDisplayName, getSource, getTasks, isBuildable, source |
The jar file output for this binary.
The ProjectJvmLibrary that this binary belongs to.
Sets the jar file output for this binary.