Skip to content

Commit c4f75d3

Browse files
authored
Merge pull request travis-ci#3393 from travis-ci/kw-semeru-docs
Adding the Semeru JDK information/updating JDK providers
2 parents 165c096 + 7777d87 commit c4f75d3

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)