Skip to content

Commit 5ea96fa

Browse files
authored
Fix CI wrt JDK 25, Javadocs (#115)
1 parent e5c0ba5 commit 5ea96fa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,7 @@ com.fasterxml.classmate.*;version=${project.version}
8686
<configuration>
8787
<source>${version.jdk}</source>
8888
<encoding>UTF-8</encoding>
89-
<links>
90-
<link>https://docs.oracle.com/javase/8/docs/api/</link>
91-
</links>
89+
<detectJavaApiLink>true</detectJavaApiLink>
9290
</configuration>
9391
<executions>
9492
<execution>

0 commit comments

Comments
 (0)