Skip to content

Commit

Permalink
Merge pull request gradle#7998 from gradle/eskatos/perf/inception-min…
Browse files Browse the repository at this point in the history
…-version

Fix historical GradleInceptionPerformanceTest
  • Loading branch information
big-guy authored Dec 11, 2018
2 parents 29d8ceb + 5457b35 commit 87d904d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ class GradleInceptionPerformanceTest extends AbstractCrossVersionPerformanceTest
}

def setup() {
runner.targetVersions = ["5.1-20181207101023+0000"]
def targetVersion = "5.1-20181207101023+0000"
runner.targetVersions = [targetVersion]
runner.minimumVersion = targetVersion
}

@Unroll
Expand Down

0 comments on commit 87d904d

Please sign in to comment.