Guillaume Seznec

Results 12 comments of Guillaume Seznec

On MacOS Catalina, with openjdk 11.0.10 (`homebrew install java11`) and gradle 7.1.1 (`homebrew install gradle`), the command `gradle jar` totally fails. ``` $ gradle jar FAILURE: Build failed with an...

I've managed to compile the app with the following patch : ``` $ git diff diff --git a/RDSSurveyor/src/eu/jacquet80/rds/ui/MainWindow.java b/RDSSurveyor/src/eu/jacquet80/rds/ui/MainWindow.java index 758790a..9fd2880 100644 --- a/RDSSurveyor/src/eu/jacquet80/rds/ui/MainWindow.java +++ b/RDSSurveyor/src/eu/jacquet80/rds/ui/MainWindow.java @@ -398,7 +398,7 @@...