Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not available on Maven Central #5

Open
ajh123 opened this issue Nov 3, 2024 · 2 comments
Open

Not available on Maven Central #5

ajh123 opened this issue Nov 3, 2024 · 2 comments

Comments

@ajh123
Copy link

ajh123 commented Nov 3, 2024

Description

It appears your Minestom builds are not on Maven Central

Reproduction Steps

  1. Open https://repo.maven.apache.org/maven2/dev/lu15/luckperms-minestom/5.4-SNAPSHOT/maven-metadata.xml in your web browser.
  2. See 404

Or

  1. Use this in your Gradle script:
repositories {
    mavenCentral()
}

dependencies {
    implementation("dev.lu15:luckperms-minestom:5.4-SNAPSHOT")
}
  1. 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.

@ajh123
Copy link
Author

ajh123 commented Nov 4, 2024

Ahh, found the correct repo, its https://repo.hypera.dev/snapshots! But the readme should be updated.

@LooFifteen
Copy link
Owner

Changed the repository in the README, thank you for pointing this out. I still plan to deploy this on Maven Central but it's been proving quite tedious - I have no ETA for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants