Dependency problems
marcjosephstreeter opened this issue ยท 4 comments
The Dependency doesn't load it gives me this error:Could not find artifact fr.zcraft:zlib:pom:0.99-SNAPSHOT in spigot-repo I tried to check out the tag for version 3.0 and it still doesn't work.
Master is not up to date yet, we are on the 1.15 branch for zLib and the actual version is currently 1.0 https://github.com/zDevelopers/zLib/tree/1.15/src/main/java/fr/zcraft/zlib
Thank you for the reply :) I'm a little new to java, should I build this and make this available to this package somehow? Could you point me too a good resource on how to do that?
For now (until maven repo is alive)you can do as me, use local package, for this you have to make sure you got the 1.15 branch of zLib then you run the following command tobuild IoM and zLib
cd zLib && mvn clean install && cd ../ImageOnMap && mvn clean install
Then voila :)
Does this work ? @marcjosephstreeter