Skip to content

Commit

Permalink
chore(authenticator): Require screenshot verification as a check task (
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcreaser authored Jan 8, 2024
1 parent b81dce1 commit 9da6be9
Show file tree
Hide file tree
Showing 16 changed files with 5 additions and 4 deletions.
6 changes: 5 additions & 1 deletion authenticator-screenshots/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
* permissions and limitations under the License.
*/

@Suppress("DSL_SCOPE_VIOLATION")
plugins {
id("amplify.android.library")
alias(libs.plugins.paparazzi)
Expand All @@ -34,3 +33,8 @@ dependencies {

coreLibraryDesugaring(libs.android.desugar)
}

// Verify screenshots when running the check task
tasks.named("check").configure {
dependsOn(tasks.first { it.name == "verifyPaparazzi" })
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion build-logic/plugins/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
* permissions and limitations under the License.
*/

@Suppress("DSL_SCOPE_VIOLATION")
plugins {
`kotlin-dsl`
alias(libs.plugins.ktlint)
Expand Down
2 changes: 0 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ subprojects {
}
}

// Plugin aliases are a warning in Gradle < 8.1, this suppress can be removed after updating
@Suppress("DSL_SCOPE_VIOLATION")
plugins {
alias(libs.plugins.android.application) apply false
alias(libs.plugins.android.library) apply false
Expand Down

0 comments on commit 9da6be9

Please sign in to comment.