summaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2022-11-04 16:53:22 +0100
committerFabian Mastenbroek <mail.fabianm@gmail.com>2022-11-04 17:21:58 +0100
commitacb45a1dea61dd844fba839cc31c79a7aca4bbe4 (patch)
treeb4eac3fe9de5bbd8518d2e97959ad88b6704a3f5 /site
parent9d06fb04319a50c26599f2da5387a2d03bee15ec (diff)
build: Increase minimum Java version to Java 17
This change updates the Gradle configuration to target Java 17 (instead of Java 11) as the lowest denominator when running/building OpenDC. This version of Java has been available for more than a year and is the latest LTS release.
Diffstat (limited to 'site')
-rw-r--r--site/docs/advanced-guides/toolchain.md2
-rw-r--r--site/docs/getting-started/0-installation.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/site/docs/advanced-guides/toolchain.md b/site/docs/advanced-guides/toolchain.md
index 36efece7..a1735767 100644
--- a/site/docs/advanced-guides/toolchain.md
+++ b/site/docs/advanced-guides/toolchain.md
@@ -22,7 +22,7 @@ Follow the steps below to get it all set up!
## 1. Installing Java
-OpenDC requires a Java installation of version 11 or higher. Make sure to install
+OpenDC requires a Java installation of version 17 or higher. Make sure to install
the [JDK](https://www.oracle.com/technetwork/java/javase/downloads/index.html), not only the JRE (the JDK also includes
a JRE).
diff --git a/site/docs/getting-started/0-installation.md b/site/docs/getting-started/0-installation.md
index 2747c344..9b9b0e82 100644
--- a/site/docs/getting-started/0-installation.md
+++ b/site/docs/getting-started/0-installation.md
@@ -14,7 +14,7 @@ quicker.
1. **Supported Platforms**
OpenDC is actively tested on Windows, macOS and GNU/Linux.
2. **Required Software**
- A Java installation of version 11 or higher is required for OpenDC. You may download the
+ A Java installation of version 17 or higher is required for OpenDC. You may download the
[Java distribution from Oracle](https://www.oracle.com/java/technologies/downloads/) or use the distribution provided
by your package manager.