Skip to content

Commit 7777d87

Browse files
authored
Update java.md
Adding the Semeru JDK information, additionally updating our docs for more of our current JDK providers information which was missing
1 parent 165c096 commit 7777d87

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

user/languages/java.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,17 @@ script:
227227
```
228228
{: data-file=".travis.yml"}
229229

230+
## Current JDK providers
231+
232+
Currently our builds are using Bellsoft and Adoptium JDK providers - they are switched based on the distribution and architecture you are using in your build. Additionally, we've added IBM's Semeru JDK - to use it, instead of using jdk: jdkX or jdk: openjdkX syntax, simply use jdk: semeruX like here:
233+
```yaml
234+
language: java
235+
jdk: semeru11
236+
```
237+
{: data-file=".travis.yml"}
238+
239+
Available semeru JDKs for AMD, S390X, PPC64LE and ARM architectures: 8, 11, 16, 17, 18, 19, 20, 21, 22
240+
230241
## Examples
231242

232243
- [JRuby](https://github.com/jruby/jruby/blob/master/.travis.yml)

0 commit comments

Comments
 (0)