Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BraisVQ authored Sep 2, 2024
1 parent 0b9ba44 commit a18188f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/jenkins-agents/pages/jdk.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a18188f

Please sign in to comment.