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
Currently the missing JAR is not a direct problem for KEFCore, however the latest version of JNet introduced, with masesgroup/JNet#479, a check on needed JARs and the issue is raised.
The missing JAR is related to the import chain of *.targets files, i.e. JNet defines a mases.jnet.targets with the following content:
From both files it is possible to highlight that Targets have the same name, so chaining the *.targets the latest one replace the previous one.
Replacing lacally the Targets of mases.jnet.targets with another name the build chain works fine.
So, to avoid confusion Targets of mases.(jnet/knet).targets shall be renamed with a name that is specific for each project.
Originally posted by @masesdevelopers in masesgroup/KEFCore#268 (comment)
The text was updated successfully, but these errors were encountered: