You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to write a small tool(?) that fetches all external package-list files for the documentation we link to and store it somewhere so that they are committed to our repo. Dokka configuration, in turn, shall point to those local file, so that build is independent from availability of 3rd party documentation servers.
The text was updated successfully, but these errors were encountered:
We still need to write it. Currently, when building documentation with gradlew dokka (which is also required for knit and for making a release), external dependencies package lists are fetched from internet and when any of those site is not responsive you cannot build docs, thus cannot make release.
#1195)
Use downloaded package list for dokka (and knit, transitively) to avoid dependency on (frequently) unstable external JavaDoc resources
Fixes#648
We need to write a small tool(?) that fetches all external
package-list
files for the documentation we link to and store it somewhere so that they are committed to our repo. Dokka configuration, in turn, shall point to those local file, so that build is independent from availability of 3rd party documentation servers.The text was updated successfully, but these errors were encountered: