Skip to content

Commit

Permalink
[MNG-8070] Document requirement for Java 17 (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed Apr 29, 2024
1 parent 5130413 commit f0d27c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/xdoc/download.xml.vm
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ under the License.
<table>
<tr>
<td><b>Java Development Kit (JDK)</b></td>
<td>Maven 4.0+ requires JDK 1.8 or above to execute. It still allows you to build against 1.3 and other JDK versions
<td>Maven 4.0+ requires JDK 17 or above to execute. It still allows you to build against 8 and other JDK versions
<a href="/guides/mini/guide-using-toolchains.html">by using toolchains</a>.</td>
</tr>
</table>
Expand Down

0 comments on commit f0d27c3

Please sign in to comment.