We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 304a101 + 725df1f commit 48c13b9Copy full SHA for 48c13b9
user/sonarcloud.md
@@ -11,14 +11,14 @@ Please refer to the [SonarCloud documentation](https://sonarcloud.io/documentati
11
12
## Requirements
13
14
-If a Java JRE/JDK is present within the build environment, it has to be at least Java 11 or higher.
+If a Java JRE/JDK is present within the build environment, it has to be at least Java 17.
15
16
-The default Travis dist
+Java 11 is set as default within build environments, Add:
17
```yaml
18
-dist: xenial
+jdk: openjdk17
19
```
20
{: data-file=".travis.yml"}
21
-includes Java 11 by default.
+to use Java 17 JRE/JDK as default.
22
23
## Inspecting code with the SonarQube Scanner
24
0 commit comments