Thomas Broyer
02/12/2026, 3:23 PM-linkoffline, which should cover the case for when a subproject depends on another (the javadoc.io link for that version doesn't exist yet as it's being generated before publishing)
Do you know of other plugins? Do you have other approaches to handle that situation?Thomas Broyer
02/12/2026, 3:42 PMVampire
02/12/2026, 5:42 PMjavadoc.destinationDir with a task dependency to javadoc.
In the dependent project consume that variant and use that directory as second argument to linksOffline.Vampire
02/12/2026, 5:42 PMlinksOffline now since javadoc.io became unstableVampire
02/12/2026, 5:44 PMelement-list, but I store them with the project code in VCS.
If you derive from something you never know whether there will be dead links, because for example only a subset of classes in a JAR could be part of the JavaDocs.Vampire
02/12/2026, 5:44 PMelement-list per version and if I update a library, the build fails and tells me to also update the element-list to the appropriate version.Thomas Broyer
02/15/2026, 5:34 PMThomas Broyer
02/15/2026, 6:20 PMVampire
02/16/2026, 7:51 AM