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 7bda96a + 1232857 commit 586cd6dCopy full SHA for 586cd6d
.github/workflows/sonar.yaml
@@ -21,7 +21,7 @@ jobs:
21
java-version: 21
22
distribution: zulu
23
- name: Analyze with SonarCloud
24
- run: ./mvnw verify jacoco:report sonar:sonar -B -Dsonar.projectKey=mybatis_memcached-cache -Dsonar.organization=mybatis -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=$SONAR_TOKEN -Dlicense.skip=true --no-transfer-progress
+ run: ./mvnw verify jacoco:report sonar:sonar -B -Dsonar.projectKey=mybatis_memcached-cache -Dsonar.organization=mybatis -Dsonar.host.url=https://sonarcloud.io -Dsonar.token=$SONAR_TOKEN -Dlicense.skip=true --no-transfer-progress
25
env:
26
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments