Releases: somnonetz/xnat-fhir-plugin
Releases · somnonetz/xnat-fhir-plugin
0.2-alpha1
Full Changelog: 0.1...0.2-alpha1
It is now possible to build a jar using gradle 4.8
, I find the most multiplatform approach to achieve this is to use the offical gradle docker images
for example:
git clone [email protected]:somnonetz/xnat-fhir-plugin.git && cd xnat-fhir-plugin
docker run --rm -it -v $(pwd):/home/gradle gradle:4.8.1-jdk8 gradle jar
sudo chown -R $USER:$USER build