HHH-12519 - Use Forbidden APIs library (Gradle plugin) to check our use of APIs
- linked `forbiddenApis` task with the `check` task
This commit is contained in:
parent
56f44399a4
commit
ad5f63bf64
|
@ -345,3 +345,5 @@ task forbiddenApisNonPortable(type: CheckForbiddenApis, dependsOn: compileJava)
|
|||
|
||||
task forbiddenApis
|
||||
project.tasks.withType( CheckForbiddenApis ).each { task -> forbiddenApis.finalizedBy task }
|
||||
|
||||
project.tasks.check.finalizedBy forbiddenApis
|
||||
|
|
Loading…
Reference in New Issue