Created
October 20, 2018 02:15
-
-
Save JLLeitschuh/50bd76ff56e088adbad9d1337cf288f9 to your computer and use it in GitHub Desktop.
Spotbugs Discovery
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 { | |
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