
Compiling the mod gets stuck on :viafabric-mc118:remapSourcesJar
Blayung opened this issue ยท 2 comments
/viaversion dump
Output
not an in-game error
Console Error
not an in-game error
Bug Description
Basically, when I clone the mod and try to compile it it gets stuck on:
<========-----> 64% EXECUTING [1h 17m 57s]
> :viafabric-mc117:remapSourcesJar
> :viafabric-mc119:remapSourcesJar
> IDLE
> :viafabric-mc118:remapJar
> :viafabric-mc119:remapJar
> :viafabric-mc117:remapJar
> :viafabric-mc116:remapSourcesJar
> :viafabric-mc118:remapSourcesJar
It's been already running for 1h and it's stuck on :viafabric-mc118:remapSourcesJar since the counter was on 30min. I don't really know if it's just my pc being slow (which is very unlikely) or if it's and a problem with the mod.
Steps to Reproduce
- Clone the repo
- Enter the directory that the repo was cloned to
- Run
./gradlew build
(I'm on linux) - The error occurs.
Expected Behavior
The mod compiles successfully.
Additional Server Info
No response
Checklist
- I have checked if this is specific to ViaFabric platform, and doesn't happen when running it on other platforms (Paper/Sponge/Velocity/Waterfall).
- I have included a ViaVersion dump.
- If applicable, I have included a paste (not a screenshot) of the error.
- I have tried the latest build(s) from https://ci.viaversion.com/ and the issue still persists.
Actually, I ran it once again and it worked, but I will leave this as an issue just in case.