Skip to content

Commit 00b2c81

Browse files
Improve Fast DDS Gen installation guide (#1217)
* Refs #23857: Improve Fast DDS Gen installation guide Signed-off-by: Carlos Ferreira González <carlosferreira@eprosima.com> * Refs #23857: Revision Signed-off-by: Carlos Ferreira González <carlosferreira@eprosima.com> --------- Signed-off-by: Carlos Ferreira González <carlosferreira@eprosima.com>
1 parent 1f8d83a commit 00b2c81

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

docs/installation/sources/sources_linux.rst

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -601,13 +601,12 @@ Gradle is an open-source build automation tool which requires a Java version to
601601

602602
.. important::
603603

604-
Even though earlier versions of Gradle support Java 8, *Fast DDS-Gen* stopped supporting Java versions previous to
605-
Java 11 since release v2.4.0.
604+
Even though earlier versions of Gradle support Java 11, *Fast DDS-Gen* stopped supporting Java versions previous to
605+
Java 17 since release v4.3.0.
606606

607607
.. important::
608608

609-
*Fast DDS-Gen* introduced support for Gradle 7 in release v2.2.0.
610-
Gradle 8 is not yet supported.
609+
*Fast DDS-Gen* introduced support for Gradle 9 in release v4.3.0.
611610

612611
.. seealso::
613612

@@ -621,15 +620,14 @@ Java JDK
621620

622621
The JDK is a development environment for building applications and components using the Java language.
623622
There are several versions of Java available.
624-
For instance, to install Java 11 JDK, run the following command:
623+
For instance, to install Java 17 JDK, run the following command:
625624

626625
.. code-block:: bash
627626
628-
sudo apt install openjdk-11-jdk
629-
627+
sudo apt install openjdk-17-jdk
630628
.. note::
631629

632-
*Fast DDS-Gen* supports Java versions from 11 to 19.
630+
*Fast DDS-Gen* supports Java versions from 17 to 21.
633631

634632
Compiling Fast DDS-Gen
635633
----------------------

0 commit comments

Comments
 (0)