Skip to content

Commit

Permalink
Fix another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Jun 22, 2021
1 parent dcea782 commit 79c861e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -389,7 +389,7 @@ task generateJournalAbbreviationList(type: JournalAbbreviationConverter) {
apollo {
schemaFile = file("src/main/java/org/jabref/jabrefonline/graphql/schema.json")
graphqlSourceDirectorySet.srcDirs += "src/main/java/org/jabref/jabrefonline/graphql/"
graphqlSourceDirectorySet.exclude = ["schema.json"]
graphqlSourceDirectorySet.excludes = ["schema.json"]
customTypeMapping = [
"DateTime" : "java.time.LocalDateTime"
]
Expand Down

0 comments on commit 79c861e

Please sign in to comment.