Przeglądaj źródła

Cirrus - run unit tests on PostgreSQL

tags/7.5
Simon Brandhof 5 lat temu
rodzic
commit
f8694e7d8b
1 zmienionych plików z 3 dodań i 1 usunięć
  1. 3
    1
      server/sonar-db-core/build.gradle

+ 3
- 1
server/sonar-db-core/build.gradle Wyświetl plik

@@ -46,7 +46,9 @@ task createDB(type:JavaExec) {
main = 'org.sonar.db.CreateDb'
classpath = sourceSets.test.runtimeClasspath
systemProperty 'orchestrator.configUrl', System.getProperty('orchestrator.configUrl')
systemProperty 'sonar.runtimeVersion', project.version
if (!project.version.endsWith("-SNAPSHOT")) {
systemProperty 'sonar.runtimeVersion', project.version
}
}

test {

Ładowanie…
Anuluj
Zapisz