Skip to content

Commit af4f38c

Browse files
committed
bad merge of README puts ```groovy tag in the wrong place
1 parent 242e805 commit af4f38c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ A plugin to enable the use of Scoverage in a gradle Scala project.
66

77
Getting started
88
---------------
9-
```groovy
109
http://plugins.gradle.org/plugin/org.scoverage
1110

1211
This creates an additional task `testScoverage` which will run tests against instrumented code.
@@ -15,6 +14,7 @@ A further task `reportScoverage` produces XML and HTML reports for analysing tes
1514

1615
You need to configure the version of Scoverage that will be used. This plugin should be compatible with all 1+ versions.
1716

17+
```groovy
1818
dependencies {
1919
scoverage 'org.scoverage:scalac-scoverage-plugin_2.11:1.1.0', 'org.scoverage:scalac-scoverage-runtime_2.11:1.1.0'
2020
}

0 commit comments

Comments
 (0)