Skip to content

Instantly share code, notes, and snippets.

@ghale
Last active July 13, 2020 18:58
Show Gist options
  • Save ghale/c1e9165324f6f6656e8f93093f18c7bd to your computer and use it in GitHub Desktop.
Save ghale/c1e9165324f6f6656e8f93093f18c7bd to your computer and use it in GitHub Desktop.
trying out clover plugin under development
buildscript {
configurations.classpath.resolutionStrategy {
force 'com.bmuschko:gradle-clover-plugin:latest.integration'
}
}
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