Skip to content

Commit 106f449

Browse files
committed
Merge branch 'docs-update-opendjk-version' into 'master'
Updated openjdk version from 7 to 8 See merge request gitlab-org/gitlab-ce!28838
2 parents 8bc61ae + 2ffbaa6 commit 106f449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/administration/integration/plantuml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ own PlantUML server is easy in Debian/Ubuntu distributions using Tomcat.
2727
First you need to create a `plantuml.war` file from the source code:
2828

2929
```
30-
sudo apt-get install graphviz openjdk-7-jdk git-core maven
30+
sudo apt-get install graphviz openjdk-8-jdk git-core maven
3131
git clone https://github.com/plantuml/plantuml-server.git
3232
cd plantuml-server
3333
mvn package

0 commit comments

Comments
 (0)