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
Is your feature request related to a problem? Please describe.
Large amounts of Maven/Gradle depends needed inside mods. Describe the solution you'd like
Depend Management System.
depends.json
We will put details for each depend.
Before loading the actual mod we will download the depend and add it to the ClassLoader. If that same depend has already been downloaded it will just add it to the class path. This will be shared among all runs.
Is your feature request related to a problem? Please describe.
Large amounts of Maven/Gradle depends needed inside mods.
Describe the solution you'd like
Depend Management System.
depends.json
We will put details for each depend.
Before loading the actual mod we will download the depend and add it to the ClassLoader. If that same depend has already been downloaded it will just add it to the class path. This will be shared among all runs.
The idea is sourced from https://github.com/knightzmc/pdm
IT will kinda work like this but it will be more automatic.
The text was updated successfully, but these errors were encountered: