Skip to content

Instantly share code, notes, and snippets.

@JLLeitschuh
Created October 20, 2018 02:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JLLeitschuh/50bd76ff56e088adbad9d1337cf288f9 to your computer and use it in GitHub Desktop.
Save JLLeitschuh/50bd76ff56e088adbad9d1337cf288f9 to your computer and use it in GitHub Desktop.
Spotbugs Discovery
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "gradle.plugin.com.github.spotbugs:spotbugs-gradle-plugin:1.6.4"
}
}
apply plugin: "com.github.spotbugs.temporary"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment