Skip to content

Commit

Permalink
Fix gradle dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Sep 3, 2023
1 parent 0e5a31a commit 3c09f1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,8 @@ tasks.register("generateJournalAbbreviationList", JavaExec) {
classpath = sourceSets.main.runtimeClasspath
main = "org.jabref.cli.JournalListMvGenerator"
}
build.dependsOn "generateJournalAbbreviationList"
assemble.dependsOn "generateJournalAbbreviationList"
test.dependsOn "generateJournalAbbreviationList"

tasks.register('generateCitaviSource', XjcTask) {
group = 'JabRef'
Expand Down

0 comments on commit 3c09f1e

Please sign in to comment.