Skip to content
Snippets Groups Projects

AWS Lambda

2 files
+ 0
51
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 0
2
@@ -8,6 +8,4 @@ apply plugin: "com.github.spotbugs"
spotbugs {
excludeFilter = file("${projectDir}/gradle/spotbugs-filter.xml")
effort = "max"
ignoreFailures.set(false)
showStackTraces.set(true)
}
Loading