Skip to content

Commit

Permalink
Rebasline AndroidIncrementalExecutionPerformanceTest
Browse files Browse the repository at this point in the history
To avoid baseline version cleaned up.
  • Loading branch information
bot-teamcity committed Dec 1, 2021
1 parent 2310c2a commit d48b36e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -39,7 +39,7 @@ class AndroidIncrementalExecutionPerformanceTest extends AbstractIncrementalExec
private static final String KOTLIN_TARGET_VERSION = new KotlinGradlePluginVersions().latests.last()

def setup() {
runner.targetVersions = ['7.3-20210904222223+0000']
runner.targetVersions = ['7.3.1-20211130140237+0000']
testProject = AndroidTestProject.findProjectFor(runner.testProject) as IncrementalAndroidTestProject
AndroidTestProject.useLatestAgpVersion(runner)
runner.args.add('-Dorg.gradle.parallel=true')
Expand Down

0 comments on commit d48b36e

Please sign in to comment.