Open DanielThomas opened 4 years ago
Warning mode has had a fail option since Gradle 5.6. This switches to the property, allows the warning mode to be configured and removes our implementation that's always liable to break with new releases.
fail
Looks like this'll break cross-version testing. Let me work on this some more.
Warning mode has had a
fail
option since Gradle 5.6. This switches to the property, allows the warning mode to be configured and removes our implementation that's always liable to break with new releases.