You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
and I ended up with service files that did not change the names:
testing: META-INF/services/com.fasterxml.jackson.core.JsonFactory OK
testing: META-INF/services/com.fasterxml.jackson.core.ObjectCodec OK
testing: META-INF/services/com.fasterxml.jackson.databind.Module OK
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?
The text was updated successfully, but these errors were encountered: