Skip to content

Commit

Permalink
Fixjournalworkflow (JabRef#7878)
Browse files Browse the repository at this point in the history
* fix workflow

* remove duplicate stragety
  • Loading branch information
Siedlerchr authored Jul 4, 2021
1 parent 3dcd949 commit 449edbf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ abstract class JournalAbbreviationConverter extends DefaultTask {
MVMap<String, String> abbreviationToFull = store.openMap("AbbreviationToFull")

inputDir.getAsFileTree().filter({ File f -> f.name.endsWith(".csv") }).getFiles().each { file ->
duplicatesStrategy = DuplicatesStrategy.EXCLUDE

def abbreviations = JournalAbbreviationLoader.readJournalListFromFile(file.toPath())
fullToAbbreviation.putAll(
Expand Down

0 comments on commit 449edbf

Please sign in to comment.