File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -42,12 +42,12 @@ jobs:
4242
4343 - name : Generate Java docs
4444 run : |
45- ./mvnw javadoc:aggregate
45+ ./mvnw --no-transfer-progress javadoc:aggregate
4646
4747 - name : Generate Reference docs
4848 working-directory : spring-shell-docs
4949 run : |
50- ../mvnw antora
50+ ../mvnw --no-transfer-progress antora
5151
5252 - name : Setup SSH key
5353 env :
Original file line number Diff line number Diff line change 5656 <mockito .version>5.19.0</mockito .version>
5757 <awaitility .version>4.3.0</awaitility .version>
5858
59- <!-- plugin versions -->
59+ <!-- documentation dependencies -->
60+ <nodejs .version>24.8.0</nodejs .version>
6061 <antora-maven-plugin .version>1.0.0-alpha.5</antora-maven-plugin .version>
62+
63+ <!-- plugin versions -->
6164 <maven-compiler-plugin .version>3.14.0</maven-compiler-plugin .version>
6265 <maven-surefire-plugin .version>3.5.3</maven-surefire-plugin .version>
6366 <maven-failsafe-plugin .version>3.5.3</maven-failsafe-plugin .version>
Original file line number Diff line number Diff line change 1- antora :
2- extensions :
3- - require : ' @springio/antora-extensions'
4- root_component_name : ' shell'
51site :
62 title : Spring Shell
73 url : https://docs.spring.io/spring-shell/reference/
@@ -17,8 +13,6 @@ asciidoc:
1713 hide-uri-scheme : ' @'
1814 tabs-sync-option : ' @'
1915 chomp : ' all'
20- extensions :
21- - ' @asciidoctor/tabs'
2216 sourcemap : true
2317runtime :
2418 log :
Original file line number Diff line number Diff line change 5151 <artifactId >antora-maven-plugin</artifactId >
5252 <version >${antora-maven-plugin.version} </version >
5353 <extensions >true</extensions >
54+ <configuration >
55+ <nodeVersion >${nodejs.version} </nodeVersion >
56+ </configuration >
5457 </plugin >
5558 <plugin >
5659 <groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments