summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-05-29 14:01:44 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-05-29 14:01:44 +0000
commit106f449d6938280452c52e1ee86461e5ceed685e (patch)
tree73bbc0f0493acf3f559719e8e70a621aa25a7fef
parent8bc61ae1fe596b0c18f93eb7cffd3ec96be70be2 (diff)
parent2ffbaa6d2f218b5411163dbc3dffdcbcff0d8440 (diff)
downloadgitlab-ce-106f449d6938280452c52e1ee86461e5ceed685e.tar.gz
Merge branch 'docs-update-opendjk-version' into 'master'
Updated openjdk version from 7 to 8 See merge request gitlab-org/gitlab-ce!28838
-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