Hi, the maven used in the docker image is still in version 3.9.4 which is very old. In the latest cds-maven-plugin, the resolve goal has a configuration to which defines the target directory for extracted cds definition. This configuration uses Path class which is not available in maven of such old version. Could you upgrade the maven version in the docker image?
Hi, the maven used in the docker image is still in version
3.9.4which is very old. In the latestcds-maven-plugin, theresolvegoal has a configurationtowhich defines the target directory for extracted cds definition. This configuration usesPathclass which is not available in maven of such old version. Could you upgrade the maven version in the docker image?