Skip to content

Commit

Permalink
Flyway: Substitute org.flywaydb.core.internal.util.FeatureDetector#is…
Browse files Browse the repository at this point in the history
…Log4J2Available
  • Loading branch information
zakkak authored and gsmet committed Feb 10, 2021
1 parent b2f02b3 commit 26bd50c
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,9 @@ public boolean isAndroidAvailable() {
return false;
}

@Substitute
public boolean isLog4J2Available() {
return false;
}

}

0 comments on commit 26bd50c

Please sign in to comment.