File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 80
80
with :
81
81
name : javadoc-html-main
82
82
if-no-files-found : error
83
- path : target/apidocs/
83
+ path : target/reports/ apidocs/
84
84
85
85
- name : Save Javadoc HTML Jar for main
86
86
uses : actions/upload-artifact@v4
94
94
with :
95
95
name : javadoc-html-unittests
96
96
if-no-files-found : error
97
- path : target/testapidocs/
97
+ path : target/reports/ testapidocs/
98
98
99
99
- name : Save Javadoc HTML Jar for unit tests
100
100
uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 94
94
<maven-dependency-plugin .version>3.8.0</maven-dependency-plugin .version>
95
95
<maven-enforcer-plugin .version>3.5.0</maven-enforcer-plugin .version>
96
96
<maven-jar-plugin .version>3.4.2</maven-jar-plugin .version>
97
- <maven-javadoc-plugin .version>3.8 .0</maven-javadoc-plugin .version>
97
+ <maven-javadoc-plugin .version>3.10 .0</maven-javadoc-plugin .version>
98
98
<maven-jdeps-plugin .version>3.1.2</maven-jdeps-plugin .version>
99
99
<maven-pmd-plugin .version>3.25.0</maven-pmd-plugin .version>
100
100
<maven-profiler-report-directory >${project.build.directory} </maven-profiler-report-directory >
You can’t perform that action at this time.
0 commit comments