(retrieve-jdk-source-and-analyze! {:keys [db]})
Find JDK source and analyze it with clj-kondo for java class definitions.
If user has custom :jdk-source-uri, we don't try to find JDK source local or download it, we make sure zip is extracted otherwize extract it.
If no custom URI set, we try to find a local JDK source on Java instalation which is present most of the time and extract to global cache dir.
Otherwise, we download default OpenJDK source if setting is enabled.
Find JDK source and analyze it with clj-kondo for java class definitions. If user has custom :jdk-source-uri, we don't try to find JDK source local or download it, we make sure zip is extracted otherwize extract it. If no custom URI set, we try to find a local JDK source on Java instalation which is present most of the time and extract to global cache dir. Otherwise, we download default OpenJDK source if setting is enabled.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close