Fix Javadoc.

Java 24 has stricter Javadoc checks.

See #3276
This commit is contained in:
Mark Paluch
2025-05-12 10:42:18 +02:00
parent 3af53e2bc5
commit adf8828560
4 changed files with 9 additions and 9 deletions

View File

@@ -131,7 +131,8 @@
<dependency>
<groupId>io.reactivex.rxjava3</groupId>
<artifactId>rxjava</artifactId>
<version>${rxjava3}</version>
<!-- Javadoc on Java 24 fails otherwise with: Cannot attach type annotations -->
<version>3.1.1</version>
<optional>true</optional>
</dependency>