mirror of
https://github.com/lightbend/config.git
synced 2025-01-01 16:00:15 +08:00
add findbugs sbt plugin
This commit is contained in:
parent
2facd09341
commit
cd6bf42cdc
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,6 +1,5 @@
|
||||
/.classpath
|
||||
/.project
|
||||
/.cache
|
||||
/project
|
||||
/bin
|
||||
target/
|
||||
|
@ -1,3 +1,6 @@
|
||||
import de.johoop.findbugs4sbt.FindBugs._
|
||||
import de.johoop.findbugs4sbt.ReportType
|
||||
|
||||
name := "config"
|
||||
|
||||
version := "0.1"
|
||||
@ -8,3 +11,8 @@ libraryDependencies += "com.novocode" % "junit-interface" % "0.7" % "test"
|
||||
|
||||
externalResolvers += "Scala Tools Snapshots" at "http://scala-tools.org/repo-snapshots/"
|
||||
|
||||
seq(findbugsSettings : _*)
|
||||
|
||||
findbugsReportType := ReportType.Html
|
||||
|
||||
findbugsReportName := "findbugs.html"
|
||||
|
1
project/build.properties
Normal file
1
project/build.properties
Normal file
@ -0,0 +1 @@
|
||||
sbt.version=0.11.0
|
2
project/plugins.sbt
Normal file
2
project/plugins.sbt
Normal file
@ -0,0 +1,2 @@
|
||||
addSbtPlugin("de.johoop" % "findbugs4sbt" % "1.1.2")
|
||||
|
Loading…
Reference in New Issue
Block a user