Last active
July 13, 2020 18:58
-
-
Save ghale/c1e9165324f6f6656e8f93093f18c7bd to your computer and use it in GitHub Desktop.
trying out clover plugin under development
This file contains hidden or 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
buildscript { | |
configurations.classpath.resolutionStrategy { | |
force 'com.bmuschko:gradle-clover-plugin:latest.integration' | |
} | |
} |
This file contains hidden or 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
sourceControl { | |
gitRepository("https://github.com/ghale/gradle-clover-plugin.git") { | |
producesModule("com.bmuschko:gradle-clover-plugin") | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment