Skip to content

mergeServiceFiles() doesnt seem to include META-INF/services/... in project src #71

@kaililleby

Description

@kaililleby

i have a project containing a file src/main/resources/META-INF/services/io.dropwizard.logging.AppenderFactory

in build.gradle:
....
shadowJar {
mergeServiceFiles()
....
}
....

all the META-INF/services/io.dropwizard.logging.AppenderFactory files in the various dependent jars are merged as expected, but the content of my io.dropwizard.logging.AppenderFactory file is not included..

any ideas?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions