PlumyGames / mgpp

The next generation of Mindustry modding.
https://plumygames.github.io/mgpp/
GNU General Public License v3.0
48 stars 3 forks source link

[Feature Request] Make all modules download game once if they have the same version #25

Closed liplum closed 10 months ago

liplum commented 2 years ago

My Issues When I set the game location only in the root project, the game would be downloaded several times, however, they have the same version, which is a definitely waste of network data.

My solutions/needs So I want them to be downloaded once if they have the same version, in other words, the game can be shared among all modules.

liplum commented 1 year ago

The game could be cached in ~/.gradle/mindustry/.

liplum commented 1 year ago

Since mgpp v1.2.0, the cache locates in $GRADLE_USER_HOME/mindustry-mgpp/.