From a18188f9090a11e6d6b3a98524414fb167de621a Mon Sep 17 00:00:00 2001 From: brais <26645694+braisvq1996@users.noreply.github.com> Date: Mon, 2 Sep 2024 09:18:30 +0200 Subject: [PATCH] fix typo --- docs/modules/jenkins-agents/pages/jdk.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/jenkins-agents/pages/jdk.adoc b/docs/modules/jenkins-agents/pages/jdk.adoc index 9166b9406..ee5ae33c5 100644 --- a/docs/modules/jenkins-agents/pages/jdk.adoc +++ b/docs/modules/jenkins-agents/pages/jdk.adoc @@ -12,7 +12,7 @@ It can be referenced in a `Jenkinsfile` with `ods/jenkins-agent-jdk`. == Supported Java Versions This agent provides 3 JDKs: `java 11`, `java 17` (default) and `java 21`. -For backwards compatibility `java 11` is till included. Java projects migrating from previous ODS version will require the use of the bash script `use-j11.sh` to use java 11. A migration to `java 17` and `java 21` can be done afterwards. +For backwards compatibility `java 11` is still included. Java projects migrating from previous ODS version will require the use of the bash script `use-j11.sh` to use java 11. A migration to `java 17` and `java 21` can be done afterwards. To switch the environment to `java 11` the script `use-j11.sh` is provided at the jenkins home folder. To switch the environment to `java 17` the script `use-j17.sh` is provided at the jenkins home folder.