Skip to content

Commit

Permalink
ci(meta): activate package validation step in gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
SwisscomHopperDevs committed Oct 16, 2024
1 parent d41f6f3 commit 542806c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,12 @@ aem {
outputs.upToDateWhen { false }
}

packageValidate {
enabled = true
}

check {
dependsOn(lint, tsc, format)
dependsOn(lint, tsc, format, packageValidate)
}

val aemContent by registering(Sync::class) {
Expand Down

0 comments on commit 542806c

Please sign in to comment.