openlvc / portico

Portico is an open source, cross-platform, fully supported HLA RTI implementation. Designed with modularity and flexibility in mind, Portico is a production-grade RTI for the Simulation and Training Community, so come say hi!
http://www.porticoproject.org
151 stars 81 forks source link

Fix travis build #317

Closed jarrodgreene closed 3 years ago

jarrodgreene commented 3 years ago

Updates travis to use bionic linux, which supports required versions of gcc and java

michaelrfraser commented 3 years ago

@jarrodgreene is this to be cherry picked over to master now it has been merged into maintenance?

jarrodgreene commented 3 years ago

@michaelrfraser I haven't yet actually got a build from master to work for me (not that I've really tried), so I haven't tested it but I believe cpptask will need to be updated to recognize jdk9+ first. If you do want to do that, I did make a pull request for the cpptask repo with the changes I used here on maintenance, although I don't think it's been merged yet