Skip to content

Commit d6602a2

Browse files
committed
update README for 1.0.7
1 parent 3a904fc commit d6602a2

File tree

1 file changed

+2
-32
lines changed

1 file changed

+2
-32
lines changed

README.md

Lines changed: 2 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -6,36 +6,6 @@ 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-
399
Getting started
4010
---------------
4111
```groovy
@@ -44,14 +14,14 @@ buildscript {
4414
mavenCentral()
4515
}
4616
dependencies {
47-
classpath 'org.scoverage:gradle-scoverage:1.0-5-g9c68988'
17+
classpath 'org.scoverage:gradle-scoverage:1.0.7'
4818
}
4919
}
5020
5121
apply plugin: 'scoverage'
5222
5323
dependencies {
54-
scoverage 'org.scoverage:scalac-scoverage-plugin_2.11:1.0.2', 'org.scoverage:scalac-scoverage-runtime_2.11:1.0.2'
24+
scoverage 'org.scoverage:scalac-scoverage-plugin_2.11:1.0.4', 'org.scoverage:scalac-scoverage-runtime_2.11:1.0.4'
5525
}
5626
```
5727

0 commit comments

Comments
 (0)