Skip to content

Commit a6dc848

Browse files
committed
Include metafacture-files in Metafacture distribution
1 parent 6478a08 commit a6dc848

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

metafacture-runner/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ dependencies {
3737
plugins project(':metafacture-biblio')
3838
plugins project(':metafacture-csv')
3939
plugins project(':metafacture-elasticsearch')
40+
plugins project(':metafacture-files')
4041
plugins project(':metafacture-flowcontrol')
4142
plugins project(':metafacture-formatting')
4243
plugins project(':metafacture-formeta')
@@ -55,7 +56,7 @@ dependencies {
5556
plugins project(':metafacture-xml')
5657
plugins project(':metamorph')
5758

58-
// The configurations need to be on the runtime classpath:
59+
// The plugins configuration needs to be on the runtime classpath:
5960
runtime configurations.plugins
6061

6162
// In a perfect world the slf4j binding would be a provided dependency so that

0 commit comments

Comments
 (0)