Skip to content

Commit

Permalink
[Misc] Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
vmassol committed Mar 13, 2024
1 parent d0ed9f6 commit 596a582
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ This image adds the following XWiki-required build tools over the
[`jenkins/ssh-slave`](https://hub.docker.com/r/jenkinsci/ssh-slave) base image provided by Jenkins:
* VNC Server
* Docker Client (to run our Docker-based tests)
* Java 8 and 17 (Java 11 is provided by the base image)
* Java 7 (Should be removed once no build is using it anymore)
* Java 14 (Should be removed once Java 17 is fully supported by the XWiki build)
* Java 8 (Should be removed once no build is using it anymore)
* Java 11 is provided by the base image
* Java 14 (Should be removed once no build is using it anymore)
* Java 17 (the java version required to build XWiki master)
* Firefox 32.0.1 (for running our Selenium-2 based functional tests)
* Latest Maven version
* Newer version of Firefox (for running our Selenium-3+ based functional tests that are not yet Docker tests)
Expand Down

0 comments on commit 596a582

Please sign in to comment.