GradleUp / shadow

Gradle plugin to create fat/uber JARs, apply file transforms, and relocate packages for applications and libraries. Gradle version of Maven's Shade plugin.
https://www.gradleup.com/shadow/
Apache License 2.0
3.77k stars 396 forks source link

feature request: merging of HOCON files #428

Open geoHeil opened 6 years ago

geoHeil commented 6 years ago

There is a special transformer which allows to merge XML files. I would love to see one which can merge HOCON files, i.e. application.conf of type safe configuration.

grossws commented 5 years ago

I'm just appending them with append("reference.conf")in ShadowJar config.

If you follow best practices for typesafe-config (use different namespaces/maps for different libs) it should be ok. Same for shade plugin on maven.