elBukkit / PreciousStones

Self-service protection for Minecraft servers
http://dev.bukkit.org/server-mods/preciousstones/
10 stars 10 forks source link

Update pom.xml to use https instead of http in all repositories #123

Closed nicknickeryt closed 3 years ago

nicknickeryt commented 3 years ago

Compiling PreciousStones with the latest maven version throws an error. This is because of repositories using http that latest maven version doesn't allow by default. These two repositories are currently available over https. After basically replacing http with https the project builds correctly.

xtomyserrax commented 3 years ago

Thank you so much for your help! If you have made some fixes for PS feel free to share them with a PR!