Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 committed Feb 10, 2025
1 parent 88b83d3 commit 9fd1ada
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 @@ -203,6 +203,11 @@ tasks.check {
mustRunAfter(tasks.generateDiagnosticDocs)
}

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

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

0 comments on commit 9fd1ada

Please # to comment.