SERG-Delft / jpacman

Pacman-inspired game, for teaching testing purposes. (>= v9.0.0)
5 stars 684 forks source link

Handle gradle deprecation warning #23

Open avandeursen opened 5 years ago

avandeursen commented 5 years ago
Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.3.1/userguide/command_line_interface.html#sec:command_line_warnings
casperboone commented 5 years ago

This is because one of the dependencies (I believe SpotBugs, checked while moving to gradle, but I have to check this) is using a deprecated feature. If I remember correctly, they're already working on an update, so we'll be able to fix this soon.