Skip to content

Commit

Permalink
resolves #90
Browse files Browse the repository at this point in the history
  • Loading branch information
Miklós Balázs authored and dodie committed Nov 10, 2019
1 parent 91ceba0 commit fc20069
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/development-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

# Required software for development

- *Java 8* to compile the core package, and *Java 11* to run the whole test suite
- *Java 8* to compile the core package, and *Java 13* to run the whole test suite
- *Maven 3.0.5*
- *Gradle 4.10.2*

Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Besides the usual assertion error, Scott reports the changes and assignments rel
Supports [JUnit 4](https://github.com/dodie/scott/tree/master/scott-examples/junit4),
[JUnit 5](https://github.com/dodie/scott/tree/master/scott-examples/junit5),
and [Cucumber Java](https://github.com/dodie/scott/tree/master/scott-examples/cucumber-io-cucumber)
on Java 7+ (up to Java 12).
on Java 7+ (up to Java 13).


How to use
Expand Down
2 changes: 1 addition & 1 deletion scott-tests/junit5-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<configuration>
<release>11</release>
<release>13</release>
</configuration>
</plugin>
</plugins>
Expand Down
2 changes: 1 addition & 1 deletion scott-tests/junit5-tests/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Scott Test Reporter - JUnit 5 Test Suite
========================================

Contains narrow-scoped tests to test Scott Test Reporter in integration with JUnit 5, Maven and Java 11.
Contains narrow-scoped tests to test Scott Test Reporter in integration with JUnit 5, Maven and Java 13.

0 comments on commit fc20069

Please sign in to comment.