From 2ffbaa6d2f218b5411163dbc3dffdcbcff0d8440 Mon Sep 17 00:00:00 2001 From: Sara Ahbabou Date: Wed, 29 May 2019 14:01:43 +0000 Subject: Updated openjdk version from 7 to 8 --- doc/administration/integration/plantuml.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/administration/integration/plantuml.md b/doc/administration/integration/plantuml.md index b7b820abb40..82e0c14ffc2 100644 --- a/doc/administration/integration/plantuml.md +++ b/doc/administration/integration/plantuml.md @@ -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 -- cgit v1.2.1