diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-04-02 15:08:01 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-04-02 15:08:01 +0000 |
commit | 53b1f4eaa2a451aaba908a5fee7ce97a930021ac (patch) | |
tree | 66501ec0de9f529ee1cfc7cd6c4b481b1fc76662 /doc/user/packages | |
parent | 684d65316ac77c62f47d68b9926eea8af30db227 (diff) | |
download | gitlab-ce-53b1f4eaa2a451aaba908a5fee7ce97a930021ac.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/packages')
-rw-r--r-- | doc/user/packages/maven_repository/index.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/user/packages/maven_repository/index.md b/doc/user/packages/maven_repository/index.md index 58f0f46052d..b4aec11d029 100644 --- a/doc/user/packages/maven_repository/index.md +++ b/doc/user/packages/maven_repository/index.md @@ -34,6 +34,11 @@ using Maven and understand how to build your own packages, move onto the ### Installing Maven +The required minimum versions are: + +- Java 11.0.5+ +- Maven 3.6+ + Follow the instructions at [maven.apache.org](https://maven.apache.org/install.html) to download and install Maven for your local development environment. Once installation is complete, verify you can use Maven in your terminal by running: |