mirror of https://github.com/sbt/sbt.git
Clean-up
This commit is contained in:
parent
32747ab195
commit
b0a7c92e27
|
|
@ -16,7 +16,6 @@ check := {
|
|||
sys.error("No configuration report found for configuration 'compile'")
|
||||
}
|
||||
val moduleReports = configReport.modules
|
||||
val artifacts = moduleReports.flatMap(_.artifacts.map(_._1))
|
||||
val signatures = moduleReports
|
||||
.flatMap(_.artifacts)
|
||||
.filter(_._1.extension == "jar.asc")
|
||||
|
|
|
|||
Loading…
Reference in New Issue