File tree Expand file tree Collapse file tree 5 files changed +12
-3
lines changed
connectors/helidon-connector
core-common/src/main/java
incubator/gae-integration Expand file tree Collapse file tree 5 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 11#
2- # Copyright (c) 2024 Contributors to the Eclipse Foundation
2+ # Copyright (c) 2024, 2025 Contributors to the Eclipse Foundation
33#
44# This program and the accompanying materials are made available under the
55# terms of the Eclipse Public License v. 2.0 which is available at
@@ -15,7 +15,7 @@ name: "Validate"
1515on : [pull_request, push]
1616
1717env :
18- JAVA_VERSION : ' 21 '
18+ JAVA_VERSION : ' 17 '
1919 JAVA_DISTRO : ' temurin'
2020
2121concurrency :
Original file line number Diff line number Diff line change 8282 <artifactId >maven-javadoc-plugin</artifactId >
8383 <configuration >
8484 <skip >${javadoc.skip} </skip >
85+ <legacyMode >true</legacyMode >
8586 </configuration >
8687 </plugin >
8788 </plugins >
Original file line number Diff line number Diff line change 7373 org .glassfish .jersey .container .grizzly2 .http ,
7474 org .glassfish .jersey .container .servlet ,
7575 org .glassfish .jersey .container .jetty .http ,
76+ org .glassfish .jersey .container .helidon ,
7677 org .glassfish .jersey .media .sse ,
7778 org .glassfish .jersey .media .jaxb ,
7879 org .glassfish .jersey .media .json .jackson ,
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- mvn -U -V -B clean install -Ppre-release -Pstaging -pl :apidocs -am -DskipTests
3+ mvn -U -V -B clean install javadoc:jar -Ppre-release -Pstaging -pl :apidocs -am -DskipTests
Original file line number Diff line number Diff line change 8484 </instructions >
8585 </configuration >
8686 </plugin >
87+ <plugin >
88+ <groupId >org.apache.maven.plugins</groupId >
89+ <artifactId >maven-javadoc-plugin</artifactId >
90+ <configuration >
91+ <legacyMode >true</legacyMode >
92+ </configuration >
93+ </plugin >
8794 </plugins >
8895 </build >
8996</project >
You can’t perform that action at this time.
0 commit comments