Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved DSL around shading + docs + bug fix #165

Merged
merged 7 commits into from
Sep 10, 2015
Merged

Improved DSL around shading + docs + bug fix #165

merged 7 commits into from
Sep 10, 2015

Conversation

eed3si9n
Copy link
Member

Improvements on #162

shading

sbt-assembly 0.14.0 adds shading support backed by Jar Jar Links.

assemblyShadeRules in assembly := Seq(
  ShadeRule.rename("org.apache.commons.io.**" -> "shadeio.@1").inAll
)

For more details see Shading.

@mpilquist
Copy link

👍

Found this easier to get up and running.

eed3si9n added a commit that referenced this pull request Sep 10, 2015
Improved DSL around shading + docs + bug fix
@eed3si9n eed3si9n merged commit 4d1115b into master Sep 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants