Remove outdated invoker conditions · apache/maven-surefire@26ae10d (original) (raw)
File tree
- maven-failsafe-plugin/src/it
- multiple-summaries-failing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -17,6 +17,3 @@ | ||
| 17 | 17 | # under the License. |
| 18 | 18 | # |
| 19 | 19 | invoker.buildResult=failure |
| 20 | - | |
| 21 | -# build project if JRE version is 1.7 or higher | |
| 22 | -invoker.java.version = 1.7+ |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -17,6 +17,3 @@ | ||
| 17 | 17 | # under the License. |
| 18 | 18 | # |
| 19 | 19 | invoker.buildResult=success |
| 20 | - | |
| 21 | -# build project if JRE version is 1.7 or higher | |
| 22 | -invoker.java.version = 1.7+ |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -17,3 +17,4 @@ | ||
| 17 | 17 | # under the License. |
| 18 | 18 | # |
| 19 | 19 | invoker.buildResult=failure |
| 20 | + |