You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

build.gradle 428B

12345678910111213
  1. description = 'SonarQube :: Monitoring'
  2. dependencies {
  3. api project(':server:sonar-webserver-api')
  4. api project(':server:sonar-webserver-pushapi')
  5. api project(':server:sonar-alm-client')
  6. api 'io.prometheus:simpleclient'
  7. api'org.sonarsource.api.plugin:sonar-plugin-api'
  8. testImplementation 'junit:junit'
  9. testImplementation 'org.assertj:assertj-core'
  10. testImplementation 'org.mockito:mockito-core'
  11. }