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 421B

12345678910111213141516
  1. sonarqube {
  2. skipProject = true
  3. }
  4. dependencies {
  5. // please keep the list grouped by configuration and ordered by name
  6. compile 'com.codeborne:selenide:4.8'
  7. // required version 23.0 for selenide
  8. compile 'com.google.guava:guava:23.0'
  9. compile 'org.assertj:assertj-core'
  10. compile 'org.sonarsource.orchestrator:sonar-orchestrator'
  11. compile project(':sonar-ws')
  12. compileOnly 'com.google.code.findbugs:jsr305'
  13. }