This is an automated email from the ASF dual-hosted git repository. rzo1 pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/stormcrawler.git
commit 0e401df31b11b319e9ee899d570fc9cd739910ce Author: Markos Volikas <[email protected]> AuthorDate: Sun Jan 25 18:32:42 2026 +0200 fix: enable java 17 parsing for javadoc --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 31daf825..33fdce50 100644 --- a/pom.xml +++ b/pom.xml @@ -125,7 +125,7 @@ under the License. <version>3.12.0</version> <configuration> <doclint>none</doclint> - <source>17</source> + <release>17</release> <sourcepath>src/main/java</sourcepath> </configuration> <executions>
