-
Bug
-
Resolution: Done
-
Major
-
None
-
None
The project is unable to build because it can't find fungal dependencies:
[ivy:retrieve] :::::::::::::::::::::::::::::::::::::::::::::: [ivy:retrieve] :: UNRESOLVED DEPENDENCIES :: [ivy:retrieve] :::::::::::::::::::::::::::::::::::::::::::::: [ivy:retrieve] :: com.github.fungal#fungal;0.11.0.Final: not found [ivy:retrieve] :: com.github.fungal#fungal-cli;0.11.0.Final: not found [ivy:retrieve] ::::::::::::::::::::::::::::::::::::::::::::::
For these, there is special repo specified:
http://jesperpedersen.github.com/fungal/maven2
but the site states:
If you're the owner of this site, please update your links to use jesperpedersen.github.io instead. Subdomains of github.com are deprecated for GitHub Pages. They will not redirect to github.io after April 15, 2021.
And really, the artifacts are available on jesperpedersen.github.io url:
http://jesperpedersen.github.io/fungal/maven2/com/github/fungal/fungal/0.11.0.Final/fungal-0.11.0.Final.jar http://jesperpedersen.github.io/fungal/maven2/com/github/fungal/fungal-cli/0.11.0.Final/fungal-cli-0.11.0.Final.jar
So the url repo in project needs to be changed, this affects all versions that rely on this repo for fungal dependencies.