Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
wtlgo committed Aug 7, 2022
1 parent 047672d commit 40bb55b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,7 @@ publishing {
}
}
}

if (file("local.gradle").exists()) {
apply from: "local.gradle"
}

0 comments on commit 40bb55b

Please # to comment.