File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,36 @@ A plugin to enable the use of Scoverage in a gradle Scala project.
66
77This has now been deployed to maven central.
88
9+ Current Issues
10+ ==============
11+
12+ Choosing a version
13+ ------------------
14+
15+ Owing to current differences in the gradle Ant and Zinc compilers, there are currently two live releases of this plugin:
16+
17+ Compiler | Plugin version
18+ --- | ---
19+ Zinc | ** 1.0-5-g9c68988**
20+ Ant | ** 1.0.6**
21+
22+ Multi-module projects
23+ ---------------------
24+
25+ Please also note that if you have a multi-module project, then [ Issues #13 ] ( https://github.com/scoverage/gradle-scoverage/issues/13 ) may apply.
26+
27+ You will therefore need to add the following to each reporting task:
28+
29+ ```
30+ reportScoverage {
31+ dependencies {
32+ scoverage 'org.scoverage:gradle-scoverage:1.0-5-g9c68988'
33+ }
34+ }
35+ ```
36+
37+ Both of these issues will be addressed in the near future.
38+
939Getting started
1040---------------
1141``` groovy
You can’t perform that action at this time.
0 commit comments