Closed merkys closed 2 years ago
I managed to get around this by patching Grammatica's build.xml
to set both source and target versions to 1.6 for javac
. GitHub runner seemingly uses newer OpenJDK which auto-updates versions to 1.6 for javac
.
I suggest us patching Grammatica's build.xml
during make
execution. This way specification tests will work on Ubuntu 18.04 and 20.04.
I am trying to run specification tests for v1.1.0 on Ubuntu 18.04 and 20.04, but they seem to fail due to building problems of Grammatica:
[snip]
After that, all tests fail due to missing JAR. Pinging @sauliusg and @rartino.
By the way, starting with Ubuntu 20.04, Grammatica appears in standard Ubuntu repositories as
libgrammatica-java
.