Skip to content

Commit 725df1f

Browse files
authored
Update sonarcloud.md to specify JDK 17
1 parent 304a101 commit 725df1f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

user/sonarcloud.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ Please refer to the [SonarCloud documentation](https://sonarcloud.io/documentati
1111

1212
## Requirements
1313

14-
If a Java JRE/JDK is present within the build environment, it has to be at least Java 11 or higher.
14+
If a Java JRE/JDK is present within the build environment, it has to be at least Java 17.
1515

16-
The default Travis dist
16+
Java 11 is set as default within build environments, Add:
1717
```yaml
18-
dist: xenial
18+
jdk: openjdk17
1919
```
2020
{: data-file=".travis.yml"}
21-
includes Java 11 by default.
21+
to use Java 17 JRE/JDK as default.
2222
2323
## Inspecting code with the SonarQube Scanner
2424

0 commit comments

Comments
 (0)