Check all dependencies, except NoPublish ones, fail on error (#24021)

This commit is contained in:
Arnout Engelen 2017-11-20 13:25:17 +01:00 committed by GitHub
parent 306276af76
commit ca3fa778d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 3 deletions

View file

@ -20,5 +20,8 @@ object Whitesource extends AutoPlugin {
if (gitCurrentBranch.value == "master") "master"
else "adhoc"
else majorMinor((version in LocalRootProject).value).map(_ + "-stable").getOrElse("adhoc"))
})
},
whitesourceForceCheckAllDependencies := true,
whitesourceFailOnError := true,
)
}