We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17506c4 commit 41d4d45Copy full SHA for 41d4d45
1 file changed
.github/workflows/bld.yml
@@ -44,6 +44,10 @@ jobs:
44
if: success() && matrix.java-version == env.COVERAGE_JDK && matrix.os == 'ubuntu-latest'
45
run: rm -rf pom.xml
46
47
+ - name: Add Sonar jdkHome
48
+ if: success() && matrix.java-version == env.COVERAGE_JDK && matrix.os == 'ubuntu-latest'
49
+ run: echo sonar.java.jdkHome=${{ env.JAVA_HOME }} >> sonar-project.properties
50
+
51
- name: SonarCloud Scan
52
uses: SonarSource/sonarqube-scan-action@v7.0.0
53
0 commit comments