Updated documentation to use 17
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
8cb640d804
commit
c0c96c7a51
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user