Skip to content

Commit

Permalink
Added witness stats dependency.
Browse files Browse the repository at this point in the history
Fixes #61
  • Loading branch information
thvitt committed Sep 1, 2023
1 parent 86fd7c0 commit a7c7d6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Expand Up @@ -125,6 +125,7 @@ task copyTextXml(type: CopyWithSymlink) {
task copyWitnessStats(type: CopyWithSymlink) {
from("$buildDir/www/macrogenesis") { include 'witness-stats.json' }
into "$buildDir/www/data"
dependsOn copyWeb
}

task generateSVGs(type: JavaExec) {
Expand Down Expand Up @@ -245,3 +246,4 @@ task showProps { doLast {
tasks.getByPath("src:main:xproc:generateSearch").dependsOn(tasks.getByPath("macrogen:runMacrogenAnalysis"))
tasks.getByPath("macrogen:runMacrogenReporting").dependsOn(tasks.getByPath("src:main:xproc:bargraphData"))
// tasks.getByPath("macrogen:runMacrogenAnalysis").dependsOn(tasks.getByPath("src:main:xproc:metadataJs"))
tasks.getByName("copyWitnessStats").dependsOn(tasks.getByPath("macrogen:runMacrogenReporting"))

0 comments on commit a7c7d6d

Please sign in to comment.