From c0c96c7a5194ea017608d13c5576613546f87d34 Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Wed, 25 Jan 2023 00:57:06 -0500 Subject: [PATCH] Updated documentation to use 17 --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2bde34e..4aa9a6c 100644 --- a/README.md +++ b/README.md @@ -4,17 +4,15 @@ The Bit Goblin video transcoder. ## Building -Currently this project is targeting Java 11 LTS and uses Maven to manage the software lifecycle. Thus, you must have a Java 11 JDK and Maven installed to build this project. - -*NOTE:* The targeted Java version will likely change to 17 LTS soon. +Currently this project is targeting Java 17 LTS and uses Maven to manage the software lifecycle. Thus, you must have a Java 17 JDK and Maven installed to build this project. ### Ubuntu -`sudo apt install openjdk-11-jdk maven` +`sudo apt install openjdk-17-jdk maven` ### Red Hat/Almalinux -`sudo dnf install java-11-openjdk-devel maven` +`sudo dnf install java-17-openjdk-devel maven` ### Actually Building