File tree 1 file changed +2
-32
lines changed
1 file changed +2
-32
lines changed Original file line number Diff line number Diff line change @@ -6,36 +6,6 @@ A plugin to enable the use of Scoverage in a gradle Scala project.
6
6
7
7
This has now been deployed to maven central.
8
8
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
-
39
9
Getting started
40
10
---------------
41
11
``` groovy
@@ -44,14 +14,14 @@ buildscript {
44
14
mavenCentral()
45
15
}
46
16
dependencies {
47
- classpath 'org.scoverage:gradle-scoverage:1.0-5-g9c68988 '
17
+ classpath 'org.scoverage:gradle-scoverage:1.0.7 '
48
18
}
49
19
}
50
20
51
21
apply plugin: 'scoverage'
52
22
53
23
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 '
55
25
}
56
26
```
57
27
You can’t perform that action at this time.
0 commit comments