Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cache less in Github Actions workflow
The current cache bundle is greater than MAX_INT32, which apparently works but then fails to decompress and thus is completely useless. Instead, just cache the joined/remapped Minecraft jars, remapped libraries, and assets, which are the slowest/flakiest parts. Normal libraries such as fastutil, etc. will be redownloaded each time. Dummy bumps build.gradle to bust the existing cache.
- Loading branch information