java-driver icon indicating copy to clipboard operation
java-driver copied to clipboard

Fix non core modules not being present in generated javadocs

Open Bouncheck opened this issue 2 years ago • 0 comments

Fixes setup for generating javadocs. It seems that javadocs for other modules were also being generated, but they were not moved to the same place the core module javadocs were. Now query builder and mapper modules should also be included (after updating website with generated files).

Bouncheck avatar Feb 22 '23 22:02 Bouncheck