Skip to content

Commit

Permalink
After rebase - resolve problems
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelpasterz committed Sep 28, 2020
1 parent 66e9b8b commit 4cfe399
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ internal class YamlWriter {
Either instrumentationApk file or roboScript file must be specified but not both.
instrumentationApk=${base.instrumentationApk.orNull}
roboScript=${base.roboScript.orNull}
""".trimIndent()
""".trimIndent()
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ class SanityRoboCheck {
| ]
| configs {
| orange {
| testTargets = ['override']
| testTargets.set(project.provider { ['override'] })
| localResultsDir.set('overrideDir')
| }
| }
Expand Down

0 comments on commit 4cfe399

Please sign in to comment.