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
We should eventually be providing various different builds to suit peoples' needs. Here are some builds which should be provided:
Questy.jar - Everything in Questy with no shaded dependencies.
Questy-ALL.jar - Everything in Questy along with all dependencies shaded in.
Questy-BASE.jar - Questy without the ProgressStore & QuestLoader implementations, & no dependencies.
To accomplish the last one we could probably use patch files. It would be useful for people that don't want to use the provided versions, as it would allow them to use Questy without the SnakeYAML dependency, or any other dependencies we add for QuestLoaders / ProgressStores.
The text was updated successfully, but these errors were encountered:
We should eventually be providing various different builds to suit peoples' needs. Here are some builds which should be provided:
To accomplish the last one we could probably use patch files. It would be useful for people that don't want to use the provided versions, as it would allow them to use Questy without the SnakeYAML dependency, or any other dependencies we add for QuestLoaders / ProgressStores.
The text was updated successfully, but these errors were encountered: