Skip to content

Commit

Permalink
Replace 'all' with 'configureEach' method
Browse files Browse the repository at this point in the history
  • Loading branch information
duy committed Aug 30, 2024
1 parent 3e6c91a commit b109ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ android {


// https://github.com/Celeral/log4j2-android
configurations.all { config ->
configurations.configureEach { config ->
{
if (config.name.startsWith("test") || config.name.contains("Test") && !config.name.contains("Android")) {
exclude group: "com.celeral", module: "log4j2-android"
Expand Down

0 comments on commit b109ea6

Please sign in to comment.