[Build] Add gradle-warnings-detector plugin for integration tests

#KT-55972 In Progress
This commit is contained in:
Alexander.Likhachev
2023-01-18 16:28:50 +01:00
committed by Space Team
parent 7ae85ed68e
commit 7bcfa45c49
9 changed files with 146 additions and 3 deletions
@@ -0,0 +1,6 @@
## Description
Contains a plugin for Gradle integration tests
that helps us to detect deprecation warnings presence regardless of the configured warning mode
Please don't use this module in real projects and don't rely on it as an example. It uses undocumented internal Gradle API.