Skip to content

Commit

Permalink
Исправление таски precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 committed Feb 22, 2025
1 parent c85c91f commit 8322ac0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,11 @@ tasks.checkLicenseMain {
dependsOn(tasks.collectExternalDependenciesForSentry)
}

tasks.updateLicenseMain {
dependsOn(tasks.generateSentryDebugMetaPropertiesjava)
dependsOn(tasks.collectExternalDependenciesForSentry)
}

tasks.jacocoTestReport {
reports {
xml.required.set(true)
Expand Down

0 comments on commit 8322ac0

Please sign in to comment.