Skip to content

Commit ae016e7

Browse files
committed
update README with open issues
1 parent 326bda5 commit ae016e7

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,36 @@ A plugin to enable the use of Scoverage in a gradle Scala project.
66

77
This 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+
939
Getting started
1040
---------------
1141
```groovy

0 commit comments

Comments
 (0)