You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
plugins {
...
id "org.sonarqube"
id "com.usaa.sonar-quality-gates"
}
settings.gradle:
pluginManagement {
plugins {
...
id "org.sonarqube" version "${sonarqube_version}"
id "com.usaa.sonar-quality-gates" version "${sonarqube_quality_version}"
}
}
rootProject.name = OMITTED FOR SECURITY
gradle.properties:
...
systemProp.sonar.host.url=OMITTED FOR SECURITY
systemProp.sonar.login=GENEREATED TOKEN
...
sonarqube_version=3.3
sonarqube_quality_version=2.0.0
Obs.: the generated token is associated a sonar-administrators group user
Any idea about what is wrong?
The text was updated successfully, but these errors were encountered:
Hi, everyone.
When I execute the command line:
gradlew applyQualityGate applyQualityProfile sonarqube verifySonarqubeQualityGates
I receive the response below:
I'm using:
- Gradle 6.6.1
- SonarQube Community Edition Version 9.0.1 (build 46107)
- Sonarqube Gradle Plugin 3.3
I have configured the plugin as specified in https://plugins.gradle.org/plugin/com.usaa.sonar-quality-gates
build.gradle:
settings.gradle:
gradle.properties:
Obs.: the generated token is associated a sonar-administrators group user
Any idea about what is wrong?
The text was updated successfully, but these errors were encountered: