Closed escalobba closed 3 months ago
It's a warning and not an error for a reason. But you bring up a good point that optional dependencies probably shouldn't be mentioned at all.
Latest image now logs optional dependencies at debug level. I also had the warning for required dependencies resolve the actual mod name instead of just project ID.
When resolving mods through
CURSEFORGE_FILES
, I occasionally get warnings like thisLooking through the callback for the modfile resolver in
CurseForgeFilesCommand
, it looks like it doesn't check against a dependency'srelationType
to check if it's required or optional and the warning message only indicates that a dependency isn't included.Could this be configurable in the docker-compose file or maybe add an option to suppress optional dependencies?