TransformationToolContest / ttc2018liveContest

The repository for the TTC 2018 Live Contest
MIT License
4 stars 15 forks source link

Java versions #51

Closed szarnyasg closed 4 years ago

szarnyasg commented 4 years ago

Followup of issues #40 and #50.

I am trying to collect the required Java versions:

szarnyasg commented 4 years ago

Okay, so it seems Java version 8 is almost the common denominator with the exception of EMFSolutionYAMTL. I've downgraded it from "11" to "1.8", see #53.

agarciadom commented 4 years ago

Hawk works with 11 now: it was only missing a dependency on javax.annotation, which was dropped from Java 11 onwards as it was considered a Java EE API.

szarnyasg commented 4 years ago

Cool, I've amended the list above! Thanks.

szarnyasg commented 4 years ago

This is issue is no longer a problem due to the dockerization performed in #69.