reckart opened a new issue, #12759: URL: https://github.com/apache/maven/issues/12759
### Affected version 4.0.0-rc6 ### Bug description I have configured a pre-commit hook in one of my projects with runs `spotless:apply` to check formatting before a commit. When this hook is exercised via Sourcetree, then I get gatekeeper warnings about the jiline native library. In Maven 4.0.0-rc5, it was possible to remove the quarantine flag from the libraries in the `lib/jline-native/Mac` folder and the problem went away. Since Maven 4.0.0-rc6, there is no `lib/jline-native/Mac` anymore and the problem is back. Workaround: copy the `lib/jline-native/Mac` from 4.0.0-rc5 to the 4.0.0-rc6 folder. Then the gatekeeper warnings disappear again. -- 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]
