modmuss
1f1448fd19
Add mercury mixin to migrate mappings task. ( #1413 )
2025-10-31 13:16:27 +00:00
modmuss
e076ac7bcf
Direct port to class tweaker ( #1398 )
...
* Direct port to class tweaker
* Debugging help
* Checkstyle
* Update CT
2025-10-24 18:06:26 +01:00
modmuss
c97f9e4454
Update to ASM 9.9 ( #1382 )
2025-10-05 10:18:30 +01:00
Joseph Burton
312dcc7ca6
Fix annotation visitor in AnnotationsData.remap ( #1374 )
...
* Fix annotation visitor in AnnotationsData.remap
* Use real TinyRemapper
2025-09-29 22:25:18 +01:00
modmuss
cf42acf09f
Remove Guava and Commons IO Dependencies ( #1372 )
2025-09-27 09:06:29 +01:00
modmuss50
cc411d4c6a
Merge remote-tracking branch 'origin/dev/1.11' into exp/1.12
2025-08-11 11:12:51 +01:00
Joseph Burton
543d47a0f8
Unpick v3 fixes ( #1347 )
2025-08-11 11:06:40 +01:00
modmuss
1829e33695
Update Tiny Remapper to 0.11.2 ( #1342 )
2025-07-30 21:29:05 +01:00
modmuss
97bca29290
Gradle 9.1 deprecation fixes + update test and build libs ( #1338 )
...
* Update test and build libs
* Gradle deprecation fixes
* RC4
2025-07-29 13:03:17 +01:00
modmuss
9b76a353ec
Unpick remapping ( #1318 )
...
* Unpick remapping
* More work
* Better tests
* Copilot had some good ideas for once.
2025-06-20 20:05:27 +01:00
modmuss
0a10482c66
Unpick V3 ( #1310 )
...
* Unpick V3
* Update unpick
* Dont use impl class
* Apply classresolver changes from Earthcomputer
* Unpick beta 3
* beta 4
* Unpick logging improvements
2025-05-30 16:44:32 +01:00
modmuss
cc31f1c849
Update to Gradle 8.14 ( #1292 )
...
* Update to Gradle 8.14
* Fix build
2025-04-25 18:31:19 +01:00
modmuss50
b37c4d3474
Update tiny remapper
2025-03-23 16:34:38 +00:00
modmuss
9bcce94d5a
Update to Mapping-IO 0.7.0 & Tiny Remapper 0.11 ( #1245 )
...
* Update to Mapping-IO 0.7.0
* Update to Mapping-IO 0.7.1
* Revert changes
* Update tiny remapper
* Fix invalid tiny v2 header.
2025-01-26 14:02:16 +00:00
modmuss50
40d17bacee
Update to Gradle 8.12
2024-12-23 14:19:32 +00:00
modmuss
816d778e61
Use the stable kotlin-metadata ( #1222 )
...
* Use the stable kotlin-metadata since Kotlin 2
* More fixes
* Fix build
* Fix unit test
2024-11-28 10:39:14 +00:00
modmuss
e387514ff7
Update to Gradle 8.11 ( #1214 )
...
* Update to Gradle 8.11
* Fix 8.12 producing empty outputs
* More 8.12 fixes
2024-11-14 18:44:05 +00:00
modmuss
6b18a7b4b0
Fix dependency source remapping + update Mercury ( #1194 )
2024-10-14 19:55:49 +01:00
modmuss
ca9ed4764d
Update to ASM 9.7.1 ( #1188 )
...
* Update to ASM 9.7.1
* Fix Gradle 8.12 nightlies
2024-10-10 08:52:04 +01:00
modmuss
e4d4503e2a
Update deps, suppress 8.11 warnings, remove self resolving dependency code ( #1180 )
...
* Update a handful of deps
* Fully remove deprecated SelfResolvingDependency support
* Work around Gradle 8.11 deprecation, lets deal with it later.
2024-09-26 22:29:43 +01:00
modmuss
4fef156888
Update to Gradle 8.10 ( #1157 )
...
* Update to Gradle 8.10
* 8.10 for real
2024-08-15 14:29:18 +01:00
modmuss
097fd98fc9
Update to Gradle 8.8 ( #1125 )
2024-06-14 08:49:47 +01:00
modmuss50
e54d33a050
Update tiny remapper
2024-05-05 15:31:41 +01:00
modmuss
2752dc3a6a
Make Vineflower the default decompiler ( #1110 )
2024-04-26 11:52:26 +01:00
modmuss50
683a3ba523
Merge remote-tracking branch 'origin/dev/1.6' into exp/1.7
2024-04-25 20:26:24 +01:00
modmuss
bd009515cb
Update loom native, with better error handling. ( #1102 )
2024-04-20 22:49:21 +01:00
modmuss
b8da4e5498
Update dependencies ( #1089 )
...
* Update depedencies
* Fix Gradle 9 deprecation warning
* No need for the shadow jar plugin
2024-04-15 15:12:49 +01:00
modmuss
7a89e40fd0
Update Loom native ( #1085 )
2024-04-04 11:45:14 +01:00
modmuss
c60b456f7e
Print info about locked files during configuration or genSources ( #1066 )
...
* Print info about locked files during configuration or genSources
* Use release version
* Output adjustments
* Fix build
* Add user back
2024-03-11 21:16:46 +00:00
modmuss
0dc1ba012a
Update deps ( #1054 )
2024-02-24 15:04:56 +00:00
modmuss
8250b509a4
Prepare for SelfResolvingDependency's removal & Update to Gradle 8.6 ( #1038 )
...
* Prepare for SelfResolvingDependency's removal
Update to Gradle 8.6
* Update docker images
* ProjectDependency is also a SRD
* Throw if layered mappings are created too late.
2024-02-03 23:26:33 +00:00
modmuss50
c52f868af4
Revert checkstyle update for now.
2024-01-04 14:43:50 +00:00
modmuss50
793388cbfb
Update libs
2024-01-04 14:07:12 +00:00
modmuss
872d12ace0
Update tiny-remapper, misc perf improvements, test fixes. ( #1009 )
...
* Only mixin remap/analyse classpath jars that use static mixin remappings.
* More of a mess
* Less of a mess?
* Nope?
* Exclude the none root MC jars from the remap classpath when using MPO
* Improve test a little
* Update TR
* Checkstyle
* Fix DLN test
* Fix possible crash when closing build services
2024-01-04 00:39:36 +00:00
modmuss
c5d73548e7
Remove jackson ( #1014 )
...
* Remove jackson
* Fix unit tests
2024-01-02 22:35:37 +00:00
modmuss
51e1da7330
Update deps ( #1007 )
...
* Update deps
* Fix KotlinRemapperClassloaderTest
2023-12-20 10:14:26 +00:00
modmuss
846d16ce2d
Update deps ( #983 )
2023-11-19 16:59:35 +00:00
modmuss
83ab524639
Update MIO to 0.5.0 ( #974 )
...
* Update MIO to 0.5.0
* Beta 3 + fix
2023-11-06 19:16:44 +00:00
Juuz
731f0728da
Support mixins without refmaps in mod dependencies ( #976 )
...
* Support mixins without refmaps in mod dependencies
* Fix review concerns
* Add test for MixinDetector
* Change warning to a RuntimeException
* FabricAPITest: Test building without mixin AP
* Deal with Eclipse being stuck in the 2010s and not supporting basic Groovy syntax
* Auto-fix Groovy code format
* Fix FabricAPITest not running
* Fix code style
2023-11-06 10:40:24 +00:00
modmuss
3a090917ff
Update to Gradle 8.3, and update all other deps. ( #946 )
...
* Update to Gradle 8.3, and update all other deps.
* Fix tests
* Lazily download decompilers, generate version constants to ensure they are synced between the build and Gradle.
Each decompiler has a configuration, this allows the version to be changed at a later date if needed.
* Fix typo :)
* Oh so many versions
2023-08-24 10:18:25 +01:00
modmuss
856f0a4f33
Fix and validate kotlin version. ( #903 )
2023-06-13 18:31:02 +01:00