frengor / UltimateAdvancementAPI

A powerful API to create custom advancements for your Minecraft server.
https://modrinth.com/plugin/ultimateadvancementapi
GNU General Public License v3.0
116 stars 13 forks source link

com.fren_gor don't exist #74

Closed MathiasDPX closed 9 months ago

MathiasDPX commented 9 months ago

image

What I added in build.gradle:

compileOnly 'com.frengor:ultimateadvancementapi:2.4.1'
maven { url = "https://nexus.frengor.com/repository/public/" }

I tried to add UltimateAdvancementAPI to my plugin but I don't find com.fren_gor Plugin is opensource

It build correctly without errors*

frengor commented 9 months ago

I can see you have JitPack declared in your maven repos. Try putting maven { url = "https://nexus.frengor.com/repository/public/" } before JitPack.

MathiasDPX commented 9 months ago

Same issue

repositories {
    mavenCentral()
    mavenLocal()
    maven { url = "https://repo.purpurmc.org/snapshots" }
    maven { url = "https://mvn.coolcraft.ovh/releases" }
    maven { url = 'https://repo.extendedclip.com/content/repositories/placeholderapi/' }
    maven { url = 'https://maven.enginehub.org/repo/' }
    maven { url = "https://repo.onarandombox.com/content/groups/public/" }
    maven { url = "https://nexus.frengor.com/repository/public/" }
    maven { url = "https://jitpack.io" }
}
MathiasDPX commented 9 months ago

image ultimateadvancementapi is first in dependancies

frengor commented 9 months ago

It's probably IntelliJ, try using the File > Repair IDE button.

MathiasDPX commented 9 months ago

That's weird, I had to delete the whole project and clone it again

Sorry for bothering you

MathiasDPX commented 9 months ago

It was because nexus.frengor.com was after mavenLocal()