Package org.gradle.api.artifacts.transform
@NullMarked
package org.gradle.api.artifacts.transform
-
ClassDescriptionAttaching this annotation to a
TransformActiontype it indicates that the build cache should be used for artifact transforms of this type.Attach this annotation to an abstract getter that should receive the input artifact for an artifact transform.Attach this annotation to an abstract getter that should receive the artifact dependencies of theInputArtifactof an artifact transform.TransformAction<T extends TransformParameters>Interface for artifact transform actions.The outputs of the artifact transform.Marker interface for parameter objects toTransformActions.Used forTransformActions without parameters.TransformSpec<T extends TransformParameters>Base configuration for artifact transform registrations.