Last active
August 19, 2024 16:09
-
-
Save gerin98/1547cb96de51e442799aab8a3328d80d to your computer and use it in GitHub Desktop.
[Blogpost] Applying a gradle plugin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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