API Site is Down?
ItsRainingHP opened this issue · 13 comments
Same issue for me:
Maven Repository is not available. This is critical!
> Task :compileJava FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':compileJava'.
> Could not resolve all files for configuration ':compileClasspath'.
> Could not resolve com.comphenix.protocol:ProtocolLib:4.8.0.
Required by:
project :
> Could not resolve com.comphenix.protocol:ProtocolLib:4.8.0.
> Could not get resource 'https://repo.dmulloy2.net/repository/public/com/comphenix/protocol/ProtocolLib/4.8.0/ProtocolLib-4.8.0.pom'.
> Could not GET 'https://repo.dmulloy2.net/repository/public/com/comphenix/protocol/ProtocolLib/4.8.0/ProtocolLib-4.8.0.pom'. Received status code 503 from server: Service Unavailable
You can use jitpack btw guys
https://jitpack.io/#dmulloy2/ProtocolLib/4.8.0
You can use jitpack btw guys https://jitpack.io/#dmulloy2/ProtocolLib/4.8.0
Of course, but I really don't want to change all my projects for that
You can use jitpack btw guys https://jitpack.io/#dmulloy2/ProtocolLib/4.8.0
Why should I use jitpack? All systems are based on the "main repo". I can't use this.
You can use jitpack btw guys https://jitpack.io/#dmulloy2/ProtocolLib/4.8.0
Why should I use jitpack? All systems are based on the "main repo". I can't use this.
Because they’ve provided the a
You can use jitpack btw guys https://jitpack.io/#dmulloy2/ProtocolLib/4.8.0
Of course, but I really don't want to change all my projects for that
Fair enough, but if people are finding it as an issue then that’s an alternative for now 🤷♂️
You can use jitpack btw guys https://jitpack.io/#dmulloy2/ProtocolLib/4.8.0
Why should I use jitpack? All systems are based on the "main repo". I can't use this.
Then you can make it just adapt to jitpack.io and not their main repo. It’s an alternative for now 🤷♂️
Or if you’re ok about the branches, you may change the branch/commit to your liking
maven { url 'https://jitpack.io' }
implementation("com.github.dmulloy2:ProtocolLib:4.8.0")
maven { url 'https://jitpack.io' }
implementation("com.github.dmulloy2:ProtocolLib:4.8.0")
Of course, this is possible but if this is the "official" solution they should provide this information in the README file and not simply assume that everyone knows what todo
```kotlin maven { url 'https://jitpack.io' }
implementation("com.github.dmulloy2:ProtocolLib:4.8.0")
Of course, this is possible but if this is the "official" solution they should provide this information in the README file and not simply assume that everyone knows what todo
Well everyone is complaining it’s down, if someone really needed the repository. Then they know what to use, it’s an alternative for now obviously