sbglasius commented on issue #15207:
URL: https://github.com/apache/grails-core/issues/15207#issuecomment-3512639586

   And it turns out, that `requiresUnpack` is not needed, and does not always 
work, but instead this solves the issue (also in my real-life application)
   
   ```
   tasks.bootJar {
       loaderImplementation = 
org.springframework.boot.loader.tools.LoaderImplementation.CLASSIC
   }
   ``` 
   


-- 
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]

Reply via email to