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.
1 parent 6722c74 commit 0ba7f42Copy full SHA for 0ba7f42
.github/workflows/maven.yml
@@ -78,7 +78,7 @@ jobs:
78
- name: Build and analyze
79
env:
80
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
81
- SONAR_TOKEN: 47bf1d4e7f3024336a676fcabe035025f05aef2d
82
- run: mvn -B test jacoco:report org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.organization=javadev-github -Dsonar.host.url=https://sonarcloud.io -Dsonar.projectKey=javadev_underscore-java
+ SONAR_TOKEN: 77e7b80c7f497f0861daa958b9a4320894af0948
+ run: mvn -B test jacoco:report org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.organization=javadev-github -Dsonar.host.url=https://sonarcloud.io -Dsonar.projectKey=javadev_underscore-java11
83
- name: Build examples
84
run: mvn -B -f examples/pom.xml package
0 commit comments