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 committed Feb 8, 2021
1 parent 7bbc453 commit ece05f4
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 ece05f4

Please sign in to comment.