lucko/helper

Helper. Maven-Library doesn't lookup maven-matadata.xml

Clercq opened this issue · 0 comments

On annotation:
@MavenLibrary(groupId = "co.aikar", artifactId = "acf-paper", version = "0.5.1-SNAPSHOT", repo=@Repository(url="https://repo.aikar.co/nexus/content/groups/aikar/"))

Helpers tried to get
https://repo.aikar.co/nexus/content/groups/aikar/co/aikar/acf-paper/0.5.1-SNAPSHOT/acf-paper-0.5.1-SNAPSHOT.jar
instead of check
https://repo.aikar.co/nexus/content/groups/aikar/co/aikar/acf-paper/0.5.1-SNAPSHOT/maven-metadata.xml
and get the latest build
https://repo.aikar.co/nexus/content/groups/aikar/co/aikar/acf-paper/0.5.1-SNAPSHOT/acf-paper-0.5.1-20221105.233147-19.jar

Looks like a bug here.