Skip to content

Commit

Permalink
Updated version notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
renatoathaydes committed May 15, 2020
1 parent e09e2e1 commit 391283c
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Expand Up @@ -31,9 +31,9 @@ To enable this Spock extension, you only need to declare a dependency to it (if

Spock-reports is available on Maven Central and on JCenter.

> Since version 1.3.2, Spock version 1.1+ is required.
> From version 1.7.0, Spock 1.2-groovy-2.5 or newer should be used.
> If you use Java 9+, use the latest versions of both Spock and spock-reports.
> The versions below work with the new Spock 2 / Groovy 3 versions.
> If you want to stay with Spock 1 and Groovy 2.5.x, use spock-reports version 1.7.1.
> Spock-reports should work fine with Java 9+ since version 1.7.1.
If you want to add information to your Spock-reports programmatically, since version 1.4.0, you can use the following
`Specification` class' extension methods which are added by Spock Reports:
Expand All @@ -60,10 +60,6 @@ def "My feature"() {

### If you are using Maven

> NOTE about Spock/Groovy versions:
> The versions below work with the new Spock 2 / Groovy 3 versions.
> If you want to stay with Spock 1 and Groovy 2.5.x, use spock-reports version 1.7.1.
Add ``spock-reports`` to your ``<dependencies>``:

```xml
Expand Down

0 comments on commit 391283c

Please sign in to comment.