You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use a hash for remapped dependency caching. (#1277)
* Use a hash from ModDependencyOptions for remapped dependency caching.
* Use a different group to allow exclusiveContent to work.
* Fix unit tests
Fix client data gen source set not depending on main when using split…
… sources (#1228)
* Fix client data gen not depending on main when using split sources
* Also don't delete datagen output on clean
* Checkstyle