mthmulders commented on issue #817: URL: https://github.com/apache/maven-shade-plugin/issues/817#issuecomment-4847215011
> If you switch between Maven 3.9 and 3.10/4.0/4.1 That's an interesting remark! Local builds are always with Maven Wrapper, so the version of Maven is stable. In theory, that is. Because: 1. Specifically, version 0.10.1 may have used Maven 4.0, or 3.9 - I'm not sure. That's why I've recently [introduced Maven Wrapper](https://github.com/mthmulders/mcs/commit/c8d6bb363964fd528f35dbe68c0cd47979a20fdb) afterwards. 2. GitHub actions builds are with a global Maven version. Those only produce the native artifacts, but still... I've [pushed an update](https://github.com/mthmulders/mcs/commit/3d27d36d9530382905882b7acd99ef82d8cf6268) that should make those use Maven Wrapper as well. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
