Closed Desoroxxx closed 1 year ago
This may specifically target more recent Gradle versions, as this works just fine under Gradle 4.
Can you show me the output of dependencies task?
Can you show me the output of dependencies task?
With --warning-mode all
:
This may specifically target more recent Gradle versions, as this works just fine under Gradle 4.
Indeed, that fixes it will work as a workaround for now, I hope this can be fixed soon
Thank you for providing log. Did you run setup task after adding deobfCompile
?
Thank you for providing log. Did you run setup task after adding
deobfCompile
?
If you mean setupDecompWorkspace
yes
Thank you for information. I found the reason of this bug. Since Gradle 5.0, Gradle requires pom for maven repository by default but the generated repository for deobfCompile doesn't provide pom. That's why deobfuscated dependencies does not apper. I'm fixing now.
I've released & published ForgeGradle 2.3-1.0.8, which includes this fix.
When using Curse Maven with
deobfCompile
the dependencies just does not appear.Sample code:
This code will run, it seems to download the dependencies, the task won't fail, the dependencies just won't appear.
Hope this can be fixed!