This message was deleted.
# community-support
s
This message was deleted.
v
--warning-mode=fail
or the respective Gradle property
That of course is then for all deprecation warnings
z
yeah that’s the problem - I want to target just that check
v
Then no
Well, you could use a custom Gradle build 🙂
Or if you can use build scans, you can look there
z
the idea is to make our codebase compatible with 8.x on this feature and keep it that way, before migrating to 8.x
v
Yeah, well, not without a custom Gradle build. Or you add to the Gradle wrapper script that it fails if the warning appears in the output
z