Hi. Source/Javadoc downloading doesn't seem to work with recent Idea and ModDevGradle legacy.
Intellij Idea CE v2024.3.4
ModDev LegacyForge v2.0.78
I've added Create dependency like that:
modImplementation("com.simibubi.create:create-1.20.1:6.0.0-76") {
isTransitive = false
}
modImplementation("dev.engine-room.flywheel:flywheel-forge-1.20.1:1.0.0-beta-193")
modImplementation("com.tterrag.registrate:Registrate:MC1.20-1.3.3")
After Gradle refresh in Intellij Idea I went to PortalTrackProvider class and clicked "Download" button to download sources, but they were not found.

Even though they do exist in the maven repo (https://maven.tterrag.com/com/simibubi/create/create-1.20.1/6.0.0-76/)

Same happens with other mods. Tried with Modrinth Maven and TAC:Z for example.
Hi. Source/Javadoc downloading doesn't seem to work with recent Idea and ModDevGradle legacy.
Intellij Idea CE v2024.3.4
ModDev LegacyForge v2.0.78
I've added Create dependency like that:
After Gradle refresh in Intellij Idea I went to


PortalTrackProviderclass and clicked "Download" button to download sources, but they were not found.Even though they do exist in the maven repo (https://maven.tterrag.com/com/simibubi/create/create-1.20.1/6.0.0-76/)
Same happens with other mods. Tried with Modrinth Maven and TAC:Z for example.