Skip to content

Instantly share code, notes, and snippets.

@gerin98
Last active August 19, 2024 16:09
Show Gist options
  • Save gerin98/1547cb96de51e442799aab8a3328d80d to your computer and use it in GitHub Desktop.
Save gerin98/1547cb96de51e442799aab8a3328d80d to your computer and use it in GitHub Desktop.
[Blogpost] Applying a gradle plugin
allprojects { project ->
if (project.hasProperty("filter-unit-tests")) {
apply plugin: "com.wf.filterUnitTests"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment