nebula-plugins / nebula-test

Test harness for Gradle plugins
Apache License 2.0
45 stars 18 forks source link

Use Gradle's build in warning mode failure #120

Open DanielThomas opened 4 years ago

DanielThomas commented 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.

DanielThomas commented 4 years ago

Looks like this'll break cross-version testing. Let me work on this some more.