index
:
github/architectury-loom.git
dev/0.10.0
fix/osx-1.8.9
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
net
/
fabricmc
/
loom
/
task
/
RemapJarTask.java
Age
Commit message (
Expand
)
Author
2021-10-26
Use NIO instead of ZipUtil (#513)
shedaniel
2021-09-22
Use better gradle conventions, and fix #311 (#503)
shedaniel
2021-09-14
Access Widener 2.0 with support for Transitive Access Wideners (#484)
shartte
2021-09-13
Expose layered mappings as an API (#490)
modmuss50
2021-09-07
Use tiny-remapper to remap mixin annotation. (#441)
Logic
2021-09-05
Fix the java software component not working with Loom and fix #200 (#460)
Juuxel
2021-07-26
Use Property in LoomGradleExtension & Move task groups to constants (#445)
shedaniel
2021-07-18
Better Mixin AP configuration (#423)
LogicFan
2021-07-14
Refactor LoomGradleExtension (#431)
modmuss50
2021-07-13
Add versions used to compile/build against to jar manifest (#428)
modmuss50
2021-07-10
Use spotless for header validation, years have been back-filled from git history
modmuss50
2021-06-14
Basic layered mappings with @ParchmentMC support (#413)
modmuss50
2021-04-04
Update to Gradle 7 (#380)
modmuss50
2021-03-15
Ensure outputs are reproducable across all OS's. (#363)
modmuss50
2021-03-12
Mod Remapping Refactor. (#362)
modmuss50
2021-02-11
Update MCE - Remove auto population of minVersion in mixins - Drop some log l...
modmuss50
2020-12-24
General code cleanup (#313)
modmuss50
2020-12-21
Add ability to specify additional tiny remapper options in remapJar (#292)
i509VCB
2020-12-21
Allow setting the RemapJarTask classpath. Closes #307
modmuss50
2020-12-21
Respect reproducibleFileOrder and preserveFileTimestamps (#304)
Cool_Mineman
2020-09-06
Fix race condition with mixin's output mappings across source sets
modmuss50
2020-09-04
Fix mixin mapping being shared between all projects.
modmuss50
2020-08-26
Fix and improve error handling around access widener remapping with shared ca...
modmuss50
2020-07-26
General cleanup
Reece Dunham
2020-06-27
First pass on "shareCaches".
modmuss50
2020-05-13
Merge branch 'pull/205' into dev/0.4
modmuss50
2020-05-13
Improve setup speed. (#208)
modmuss50
2020-05-11
Fix uninitialized property
Joe
2020-05-11
Allow other source sets to be remapped without needing an access widener
Joe
2020-04-06
Access widener support (#182)
modmuss50
2019-11-09
Support using TinyV2 mappings (#132)
Fudge
2019-11-02
Reformat to use Fabric API's checkstyle (#137)
modmuss50
2019-10-22
Fix issues involving projects with modules that contain no java classes (#135)
zml
2019-10-22
Initial gradle 6.0 rc1 fixes, ugly but works. Closes #131
modmuss50
2019-07-29
Fix runClient/Server tasks not always including the mod
modmuss50
2019-07-24
fix provider crash
asie
2019-07-24
downgrade to gradle 4.9, fix tiny-remapper deprecations, restore old dev/nocl...
asie
2019-06-10
Refactor RemapJarTask to extend from Jar
Mitchell Skaggs
2019-05-18
use compileClasspath to remap JARs
asie
2019-05-11
migrate RemapJarTask and RemapSourcesJarTask over to getters/setters for fiel...
asie