Open
Description
Description
It appears your Minestom builds are not on Maven Central
Reproduction Steps
- Open
https://repo.maven.apache.org/maven2/dev/lu15/luckperms-minestom/5.4-SNAPSHOT/maven-metadata.xml
in your web browser. - See 404
Or
- Use this in your Gradle script:
repositories {
mavenCentral()
}
dependencies {
implementation("dev.lu15:luckperms-minestom:5.4-SNAPSHOT")
}
- See the error in the logs.
Expected Behaviour
No 404 errors and a successfull import.
Server Details
N/A
LuckPerms Version
5.4-SNAPSHOT
Logs and Configs
Gradle logs
:Core:main: Could not find dev.lu15:luckperms-minestom:5.4-SNAPSHOT.
Searched in the following locations:
- https://repo.maven.apache.org/maven2/dev/lu15/luckperms-minestom/5.4-SNAPSHOT/maven-metadata.xml
- https://repo.maven.apache.org/maven2/dev/lu15/luckperms-minestom/5.4-SNAPSHOT/luckperms-minestom-5.4-SNAPSHOT.pom
Extra Details
I think you should change these issue templates.
Metadata
Metadata
Assignees
Labels
No labels