mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-30 21:05:58 -05:00
Add custom mappings support to abstract remap jar task. (#1297)
* Add custom mappings support to abstract remap jar task. Closes #1296 * Fix build
This commit is contained in:
@@ -94,6 +94,14 @@ public abstract class AbstractRemapJarTask extends Jar {
|
||||
@Optional
|
||||
public abstract Property<String> getClientOnlySourceSetName();
|
||||
|
||||
/**
|
||||
* Optionally supply a single mapping file or jar file containing mappings to be used for remapping.
|
||||
*/
|
||||
@ApiStatus.Experimental
|
||||
@InputFiles
|
||||
@Optional
|
||||
public abstract ConfigurableFileCollection getCustomMappings();
|
||||
|
||||
@Input
|
||||
@Optional
|
||||
@ApiStatus.Internal
|
||||
|
||||
Reference in New Issue
Block a user