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
Error: Cannot convert the provided notation to an object of type Dependency: map(valueof(DependencyValueSource)).
This can be worked around by converting the dependency to string notation (via libs.emi.neoforge.get()), but implementing proper support would be appreciated.
The text was updated successfully, but these errors were encountered:
Currently, NeoGradle does not properly support gradle version catalogues and this syntax will fail to configure:
Error:
Cannot convert the provided notation to an object of type Dependency: map(valueof(DependencyValueSource)).
This can be worked around by converting the dependency to string notation (via
libs.emi.neoforge.get()
), but implementing proper support would be appreciated.The text was updated successfully, but these errors were encountered: