agentcontest / massim_2018

Simulation platform for the Multi-Agent Programming Contest 2016 - 2018
https://multiagentcontest.org/
GNU Affero General Public License v3.0
20 stars 24 forks source link

fix of dependecies for java9/10 #12

Open cehberlin opened 5 years ago

cehberlin commented 5 years ago

I had to add these dependencies in order to successfully compile with java10 (OpenJDK), however running this with java8 seems to make problems. I am not sure how it can be made compatible with both at the same time. Just wanted to raise this possible issue. Might also be worth just completely migrating to java10.