Skip to content

Commit

Permalink
Improvement: Do not shade safe logger (#155)
Browse files Browse the repository at this point in the history
Do not shade safe logger
  • Loading branch information
ferozco authored Oct 4, 2021
1 parent f203915 commit 542049d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions changelog/@unreleased/pr-155.v2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
type: improvement
improvement:
description: Do not shade safe logger
links:
- https://github.com/palantir/gradle-shadow-jar/pull/155
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public class ShadowJarPlugin implements Plugin<Project> {
groupOf("commons-logging"),
groupOf("log4j"),
groupOf("org.apache.logging.log4j"),
groupOf("com.palantir.logsafe.logger"),
groupOf("org.springframework").and(artifactOf("spring-jcl")));

private static Predicate<ResolvedDependency> groupOf(String group) {
Expand Down

0 comments on commit 542049d

Please sign in to comment.