소스 검색

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 년 전
부모
커밋
47d5060931
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3
    0
      clover.gradle

+ 3
- 0
clover.gradle 파일 보기

@@ -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
 

Loading…
취소
저장