]> source.dussan.org Git - sonarqube.git/commitdiff
use testFixtures instead of test configuration of webserver-webapi
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Thu, 29 Aug 2019 12:40:33 +0000 (14:40 +0200)
committerSonarTech <sonartech@sonarsource.com>
Mon, 2 Sep 2019 18:21:05 +0000 (20:21 +0200)
server/sonar-webserver-webapi/build.gradle

index ef420385046c99f3ca9de3e4952184aca9408692..28fc251563238cd6f2ea3ae6a6a99c9180a16b18 100644 (file)
@@ -4,12 +4,6 @@ sonarqube {
   }
 }
 
-configurations {
-  tests
-
-  testCompile.extendsFrom tests
-}
-
 dependencies {
   // please keep the list grouped by configuration and ordered by name
 
@@ -40,11 +34,3 @@ dependencies {
   testCompile project(':sonar-testing-harness')
 }
 
-task testJar(type: Jar) {
-  classifier = 'tests'
-  from sourceSets.test.output
-}
-
-artifacts {
-  tests testJar
-}