Updated openjdk version from 7 to 8

This commit is contained in:
Sara Ahbabou 2019-05-29 14:01:43 +00:00 committed by Achilleas Pipinellis
parent 8bc61ae1fe
commit 2ffbaa6d2f
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ own PlantUML server is easy in Debian/Ubuntu distributions using Tomcat.
First you need to create a `plantuml.war` file from the source code:
```
sudo apt-get install graphviz openjdk-7-jdk git-core maven
sudo apt-get install graphviz openjdk-8-jdk git-core maven
git clone https://github.com/plantuml/plantuml-server.git
cd plantuml-server
mvn package