Skip to content

Commit

Permalink
Fix ParallelTestTaskIntegrationTest test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
donat committed Apr 1, 2019
1 parent 0714c3f commit 61b8b9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import java.util.concurrent.CountDownLatch
@IgnoreIf({ !GradleContextualExecuter.isParallel() })
class ParallelTestTaskIntegrationTest extends AbstractIntegrationSpec {
String getVersion() {
return "1.6"
return "1.7"
}

JavaVersion getJavaVersion() {
Expand Down

0 comments on commit 61b8b9c

Please sign in to comment.