public class RemapJarTask
extends org.gradle.jvm.tasks.Jar
| Modifier and Type | Field and Description |
|---|---|
JarRemapper |
jarRemapper |
| Constructor and Description |
|---|
RemapJarTask() |
| Modifier and Type | Method and Description |
|---|---|
RemapJarTask |
classpath(org.gradle.api.file.FileCollection collection) |
void |
doTask() |
org.gradle.api.provider.Property<java.lang.Boolean> |
getAddDefaultNestedDependencies() |
org.gradle.api.provider.Property<java.lang.Boolean> |
getAddNestedDependencies() |
org.gradle.api.file.RegularFileProperty |
getInput() |
org.gradle.api.provider.Property<java.lang.Boolean> |
getRemapAccessWidener() |
RemapJarTask |
include(java.lang.Object... paths) |
void |
remapOptions(org.gradle.api.Action<net.fabricmc.tinyremapper.TinyRemapper.Builder> action) |
void |
scheduleRemap(boolean isMainRemapTask) |
getManifest, getManifestContentCharset, getMetadataCharset, getMetaInf, manifest, manifest, metaInf, metaInf, setManifest, setManifestContentCharset, setMetadataCharsetcreateCopyAction, getCompressor, getEntryCompression, isZip64, setEntryCompression, setZip64createCopyActionExecuter, getAppendix, getArchiveName, getArchivePath, getBaseName, getClassifier, getDestinationDir, getExtension, getVersion, into, into, into, isPreserveFileTimestamps, isReproducibleFileOrder, setAppendix, setArchiveName, setBaseName, setClassifier, setDestinationDir, setExtension, setPreserveFileTimestamps, setReproducibleFileOrder, setVersioncopy, createRootSpec, eachFile, eachFile, exclude, exclude, exclude, exclude, expand, filesMatching, filesMatching, filesNotMatching, filesNotMatching, filter, filter, filter, filter, from, from, from, getDirectoryFileTreeFactory, getDirMode, getDuplicatesStrategy, getExcludes, getFileLookup, getFileMode, getFileResolver, getFileSystem, getFilteringCharset, getIncludeEmptyDirs, getIncludes, getInstantiator, getMainSpec, getRootSpec, getSource, include, include, include, include, isCaseSensitive, rename, rename, rename, rename, setCaseSensitive, setDirMode, setDuplicatesStrategy, setExcludes, setFileMode, setFilteringCharset, setIncludeEmptyDirs, setIncludes, withconventionMapping, conventionMapping, getConventionMappingnewInputDirectory, newInputFile, newOutputDirectory, newOutputFileaddValidator, appendParallelSafeAction, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doFirst, doLast, doLast, doLast, execute, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExecuter, getExtensions, getFinalizedBy, getGroup, getIdentityPath, getImpliesSubProjects, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTaskIdentity, getTemporaryDir, getTemporaryDirFactory, getValidators, hasProperty, hasTaskActions, injectIntoNewInstance, isEnabled, isHasCustomActions, leftShift, mustRunAfter, onlyIf, onlyIf, prependParallelSafeAction, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setExecuter, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, toStringpublic JarRemapper jarRemapper
public void doTask()
throws java.lang.Throwable
java.lang.Throwablepublic void scheduleRemap(boolean isMainRemapTask)
throws java.lang.Throwable
java.lang.Throwable@InputFile public org.gradle.api.file.RegularFileProperty getInput()
@Input public org.gradle.api.provider.Property<java.lang.Boolean> getAddNestedDependencies()
@Input public org.gradle.api.provider.Property<java.lang.Boolean> getAddDefaultNestedDependencies()
@Input public org.gradle.api.provider.Property<java.lang.Boolean> getRemapAccessWidener()
public void remapOptions(org.gradle.api.Action<net.fabricmc.tinyremapper.TinyRemapper.Builder> action)
public RemapJarTask classpath(org.gradle.api.file.FileCollection collection)
@ApiStatus.Experimental public RemapJarTask include(java.lang.Object... paths)