BCLib

BCLib

31M Downloads

Error of compiling BCLib on jitpack [Bug]

StonksMan001 opened this issue ยท 2 comments

commented

What happened?

So I was trying to link BCLib (and betterend) as a required dependency to my mod. I put maven { url 'https://jitpack.io' }into my repositories section, and I added both
implementation 'com.github.quiqueck:BCLib:3.1.2' and
implementation 'com.github.quiqueck:BetterEnd:2.2.4' to the dependencies section, and now when I try to run the mod in the developper environment I get this error message:

Execution failed for task ':compileJava'.
Could not resolve all files for configuration ':compileClasspath'.
Could not find com.github.quiqueck:BCLib:2.2.4.
Required by:
project :
Could not find dev.onyxstudios.cardinal-components- api:cardinal-components-base:5.1.0.
Required by:
project : > com.github.quiqueck:BetterEnd:3.1.2

I asked paulevs for help on discord and he said:

"Hm, 2.2.4 is displayed in JutPack as available & compiled... You can try 2.2.3 instead, probably it will work",

I tred 2.2.3 but I got the exact same error as above, I told paulevs again wich he responded with:

"This sounds like an error of compiling BCLib on jitpack, can you please report this to BCLib github?"

BCLib

2.2.4/2.2.3 (I haven't tried other version)

Fabric API

0.75.1

Fabric Loader

0.14.11

Minecraft

1.19.3

Relevant log output

No response

Other Mods

just BClib, Better End and my own mod
commented

I solved the issue by adding betterend and bclib as "falt libraries" to my mod

commented

flat*