Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit 2af8fab

Browse files
committed
Update instructions for Java 6
1 parent 3ec7f2a commit 2af8fab

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
sbt plugin for uploading Scala code coverage to Codacy https://www.codacy.com
55

66
```
7-
sbt-codacy-coverage will only work with sbt 0.13.5 and higher.
7+
sbt-codacy-coverage will only work with:
8+
* sbt 0.13.5 and higher
9+
* Java JRE 7 and higher
810
```
911

1012
## Setup
@@ -74,3 +76,8 @@ sbt codacyCoverage
7476

7577
Failing tests can be caused by the usage of macros in Scala 2.10.
7678
Consider upgrading to Scala 2.11 for full macro support.
79+
80+
## Java 6
81+
82+
Due to a limitation in Java 6, the plugin is unable to establish a connection to codacy.com.
83+
You can run [this script](https://gist.github.com/mrfyda/51cdf48fa0722593db6a) after `sbt codacyCoverage` to upload the generated report to Codacy.

0 commit comments

Comments
 (0)