From 72fc7746c413e078567964dbd6d3852d157b72c2 Mon Sep 17 00:00:00 2001 From: Sara Ahbabou Date: Tue, 28 May 2019 10:27:12 -0700 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