Closed MathiasDPX closed 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.
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" }
}
ultimateadvancementapi is first in dependancies
It's probably IntelliJ, try using the File > Repair IDE button.
That's weird, I had to delete the whole project and clone it again
Sorry for bothering you
It was because nexus.frengor.com was after mavenLocal()
What I added in build.gradle:
I tried to add UltimateAdvancementAPI to my plugin but I don't find com.fren_gor Plugin is opensource
It build correctly without errors*