summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSara Ahbabou <sahbabou@gitab.com>2019-05-28 10:27:12 -0700
committerSara Ahbabou <sahbabou@gitab.com>2019-05-28 10:27:12 -0700
commit72fc7746c413e078567964dbd6d3852d157b72c2 (patch)
tree83ffb2cbc5594c948b9cf7008de7264da78c0081
parent7f97c5a802146cff166c53626a06d3ddac1ffbc3 (diff)
downloadgitlab-ce-docs-update-opendjk-version.tar.gz
Updated openjdk version from 7 to 8docs-update-opendjk-version
-rw-r--r--doc/administration/integration/plantuml.md2
1 files changed, 1 insertions, 1 deletions
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