public abstract class DowngradeSourceSetTask
extends org.gradle.api.DefaultTask
| Constructor and Description |
|---|
DowngradeSourceSetTask() |
| Modifier and Type | Method and Description |
|---|---|
abstract org.gradle.api.provider.Property<java.lang.Boolean> |
getCopyRuntimeClasses() |
abstract org.gradle.api.provider.Property<org.gradle.api.tasks.SourceSet> |
getSourceSet() |
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@Input public abstract org.gradle.api.provider.Property<org.gradle.api.tasks.SourceSet> getSourceSet()
@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.io.IOException