Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

build.gradle 352B

12345678910111213
  1. sonarqube {
  2. properties {
  3. property 'sonar.projectName', "${projectTitle} :: DB testing"
  4. }
  5. }
  6. dependencies {
  7. // please keep the list grouped by configuration and ordered by name
  8. compile 'org.dbunit:dbunit'
  9. compile project(':server:sonar-db-core').sourceSets.test.output
  10. compile project(':server:sonar-db-dao').sourceSets.test.output
  11. }