public abstract class DowngradeJarTask
extends org.gradle.api.DefaultTask
| Constructor and Description |
|---|
DowngradeJarTask() |
| Modifier and Type | Method and Description |
|---|---|
abstract org.gradle.api.file.ConfigurableFileCollection |
getCompileClassPath() |
abstract org.gradle.api.provider.Property<java.lang.Boolean> |
getCopyRuntimeClasses() |
abstract org.gradle.api.file.RegularFileProperty |
getInput() |
abstract org.gradle.api.provider.Property<java.lang.String> |
getOutputSuffix() |
abstract org.gradle.api.provider.Property<java.lang.Integer> |
getTargetVersion() |
void |
run() |
compareTo, configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExtensions, getFinalizedBy, getGroup, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOutputs, getPath, getProject, getShouldRunAfter, getState, getTaskDependencies, getTemporaryDir, getTimeout, hasProperty, mustRunAfter, onlyIf, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesServiceacceptServiceReferences, appendParallelSafeAction, doNotTrackState, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getLifecycleDependencies, getOnlyIf, getReasonNotToTrackState, getReasonTaskIsIncompatibleWithConfigurationCache, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isCompatibleWithConfigurationCache, isEnabled, isHasCustomActions, notCompatibleWithConfigurationCache, prependParallelSafeAction, setImpliesSubProjects@InputFile public abstract org.gradle.api.file.RegularFileProperty getInput()
@Input public abstract org.gradle.api.provider.Property<java.lang.String> getOutputSuffix()
@InputFiles public abstract org.gradle.api.file.ConfigurableFileCollection getCompileClassPath()
@Input public abstract org.gradle.api.provider.Property<java.lang.Integer> getTargetVersion()
@Input public abstract org.gradle.api.provider.Property<java.lang.Boolean> getCopyRuntimeClasses()
public void run()
throws java.io.IOException,
java.net.URISyntaxException
java.io.IOExceptionjava.net.URISyntaxException