Add CheckClasspathForProhibitedDependencies
Issues gh-10499 gh-10501
This commit is contained in:
@@ -166,3 +166,8 @@ tasks.register('checkSamples') {
|
||||
s101 {
|
||||
configurationDirectory = project.file("etc/s101")
|
||||
}
|
||||
|
||||
tasks.register('checkForProhibitedDependencies', check -> {
|
||||
check.setGroup(LifecycleBasePlugin.VERIFICATION_GROUP)
|
||||
check.setDescription("Checks for prohibited dependencies")
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user