Skip to content

Commit

Permalink
Use a more recent nightly as performance test reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ljacomet committed Nov 16, 2020
1 parent 9287f65 commit 2972ff0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -26,7 +26,7 @@ import org.junit.experimental.categories.Category
class BuildSrcApiChangePerformanceTest extends AbstractCrossVersionPerformanceTest {

def setup() {
def targetVersion = "6.7-20200812220226+0000"
def targetVersion = "6.7.1-20201115001315+0000"
runner.targetVersions = [targetVersion]
runner.minimumBaseVersion = GradleVersion.version(targetVersion).baseVersion.version
}
Expand Down

0 comments on commit 2972ff0

Please sign in to comment.