hi, we have an intern library for our project which we
publishToMavenLocal
during development. For some reason we cannot attach the sourcecode anymore in intellij, so when we open a file from the library we end up with a decompiled stub instead of the source jar.
Also i notice that the stub is generated from a jar file from
$HOME/.gradle
instead of
$HOME/.m2
while the source jar can be found in the latter only. any idea how to recover from that?