Pārlūkot izejas kodu

Temorarily disable clover haxily.

Setting enabled=false still loads clover and expects a license,
it just doesn't instrument.

Define includeTasks so we don't include any real tasks as a
work-around for this.

Not entirely sure how to enable it again at runtime though :)
pull/12/head
Chris Smith 9 gadus atpakaļ
vecāks
revīzija
47d5060931
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. 3
    0
      clover.gradle

+ 3
- 0
clover.gradle Parādīt failu

@@ -15,6 +15,8 @@ allprojects {
15 15
     apply plugin: 'clover'
16 16
 
17 17
     clover {
18
+        includeTasks = ['none']
19
+
18 20
         licenseLocation = "$rootDir/etc/clover/clover.license"
19 21
 
20 22
         report {
@@ -29,5 +31,6 @@ allprojects {
29 31
     }
30 32
 
31 33
     cloverGenerateReport.dependsOn ':getCloverCredentials'
34
+
32 35
 }
33 36
 

Notiek ielāde…
Atcelt
Saglabāt