Sonatype -> mvnrepository (#2109)

The sonatype UI is broken for getting the latest version
This commit is contained in:
Zax71 2024-04-29 05:16:44 +01:00 committed by GitHub
parent 5c23713c03
commit 3de64aafd8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

2
.github/README.md vendored
View File

@ -31,7 +31,7 @@ Minestom is not installed like Bukkit/Forge/Sponge.
As Minestom is a Java library, it must be loaded the same way any other Java library may be loaded.
This means you need to add Minestom as a dependency, add your code and compile by yourself.
Minestom is available on [Maven Central](https://central.sonatype.com/artifact/net.minestom/minestom-snapshots),
Minestom is available on [Maven Central](https://mvnrepository.com/artifact/net.minestom/minestom-snapshots),
and can be installed like the following (Gradle/Groovy):
```groovy