Update Gradle build scripts to reference Common as a dependency instead of rebuilding it for Fabric and Forge
object-Object opened this issue ยท 0 comments
Currently, the Common subproject sources are compiled three times for every build:
- https://github.com/FallingColors/HexMod/actions/runs/9921764682/job/27410080223#step:5:60
- https://github.com/FallingColors/HexMod/actions/runs/9921764682/job/27410080223#step:5:100
- https://github.com/FallingColors/HexMod/actions/runs/9921764682/job/27410080223#step:5:146
I don't see any reason why this would be necessary. Gradle allows depending on subprojects, and this is (for example) used by most/all Architectury-based mods.