SaberLLC / Saber-Factions

The Ultimate Factions Plugin
GNU General Public License v3.0
121 stars 99 forks source link

Projet main branch don't compile #221

Closed HydrolienF closed 1 year ago

HydrolienF commented 2 years ago

Describe the bug The project main branch fail when executing mvn compile because of a resolve dependencies error

To Reproduce Steps to reproduce the behavior:

  1. clone repository
  2. launch mvn compile

Expected behavior Be able to at least compile stable branch version.

Server Version (please complete the following information):

Additional context Full error is : [ERROR] Failed to execute goal on project Factions: Could not resolve dependencies for project com.massivecraft:Factions:jar:1.6.9.5-2.9.8-RC: Failed to collect dependencies at com.sk89q:worldguard:jar:6.1.1-SNAPSHOT: Failed to read artifact descriptor for com.sk89q:worldguard:jar:6.1.1-SNAPSHOT: Could not transfer artifact com.sk89q:worldguard:pom:6.1.1-SNAPSHOT from/to central (http://jcenter.bintray.com): Transfer failed for http://jcenter.bintray.com/com/sk89q/worldguard/6.1.1-SNAPSHOT/worldguard-6.1.1-SNAPSHOT.pom: jcenter.bintray.com:80 failed to respond -> [Help 1]

CorentinPtrl commented 2 years ago

They know the dependencies are outdated and won't update them. If u want to compile it u will need to do your own research

HydrolienF commented 2 years ago

Ok.