therapi-runtime-javadoc icon indicating copy to clipboard operation
therapi-runtime-javadoc copied to clipboard

多模块项目中,最底层模块引入依赖后父模块无法读取注释

Open 48038411 opened this issue 1 year ago • 1 comments

项目结构:module/common api 我在common模块引入了0.15.0版本的 <groupId>com.github.therapi</groupId> <artifactId>therapi-runtime-javadoc-scribe</artifactId> provided <groupId>com.github.therapi</groupId> <artifactId>therapi-runtime-javadoc</artifactId> common模块对应的类编译后都生成了_Javadoc.json文件,但是引入common模块的api未生成

48038411 avatar Jul 09 '24 02:07 48038411