I had to upgrade hdt-java-core from version 3.0.9 to 3.0.10 as the underlying dependency was no longer available. However by doing so, the minimum required compilation version was changed from 8 to 11. Then I needed another dependency org.projectlombok to allow it to compile.
Migrated the Docker setup from https://github.com/knaw-huc/wp4-links to this repository.
I had to upgrade
hdt-java-core
from version3.0.9
to3.0.10
as the underlying dependency was no longer available. However by doing so, the minimum required compilation version was changed from 8 to 11. Then I needed another dependencyorg.projectlombok
to allow it to compile.