Eclipse requires LICENSE and NOTICE file to be included in every software artifact that gets distributed.
Suggest to include those file in every jar, even if we just distribute those as part of the fat jar inside the docker container.
see https://www.eclipse.org/projects/handbook/#legaldoc-distribution
something like that inside build.gradle allprojects section should solve it:
Eclipse requires LICENSE and NOTICE file to be included in every software artifact that gets distributed. Suggest to include those file in every jar, even if we just distribute those as part of the fat jar inside the docker container. see https://www.eclipse.org/projects/handbook/#legaldoc-distribution
something like that inside build.gradle allprojects section should solve it: