diff options
author | Sara Ahbabou <sahbabou@gitlab.com> | 2019-05-29 14:01:43 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-05-29 14:01:43 +0000 |
commit | 2ffbaa6d2f218b5411163dbc3dffdcbcff0d8440 (patch) | |
tree | 73bbc0f0493acf3f559719e8e70a621aa25a7fef /doc/administration/integration | |
parent | 8bc61ae1fe596b0c18f93eb7cffd3ec96be70be2 (diff) | |
download | gitlab-ce-2ffbaa6d2f218b5411163dbc3dffdcbcff0d8440.tar.gz |
Updated openjdk version from 7 to 8
Diffstat (limited to 'doc/administration/integration')
-rw-r--r-- | doc/administration/integration/plantuml.md | 2 |
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 |