google / sagetv

SageTV is a cross-platform networked DVR and media management system
http://forums.sagetv.com/
Apache License 2.0
267 stars 173 forks source link

Changes to support a linux build to run on Java 8 #469

Closed jusjoken closed 2 years ago

jusjoken commented 2 years ago

Resolves issue https://github.com/google/sagetv/issues/468

Still requires changes to the github workflow for automatically building linux bilds

jusjoken commented 2 years ago

As info - the automated build process fails as it uses JDK 9 which under Gradle will fail (known bug they will not fix) . I had to use JDK 11

jusjoken commented 2 years ago

I did some research and made the appropriate changes to the workflow to now run under ubuntu 20.04 and use JDK 11 and the build passes

Narflex commented 2 years ago

Thanks for fixing this!