Definition of a Jar file binary that is to be built by Gradle.
Type | Name and description |
---|---|
LibraryBinaryIdentifier |
getId() The unique identifier of this JarBinarySpec. |
File |
getJarFile() The jar file output for this binary. |
void |
setJarFile(File jarFile) Sets the jar file output for this binary. |
Methods inherited from class | Name |
---|---|
interface JvmBinarySpec |
getClassesDir, getResourcesDir, getTargetPlatform, getTasks, getToolChain, setClassesDir, setResourcesDir, setTargetPlatform, setToolChain |
interface BinarySpec |
getDisplayName, getInputs, getSource, getSources, getTasks, isBuildable, sources, tasks |
interface BuildableModelElement |
builtBy, getBuildTask, hasBuildDependencies, setBuildTask, getBuildDependencies |
interface Named |
getName |
The unique identifier of this JarBinarySpec.
The jar file output for this binary.
Sets the jar file output for this binary.