Hi, PJ mentioned in the "Java 11“ thread that poi-ooxml-lite build times were slow, so I eaned to look into this. I saw the following comment in build.gradle.properties:
# Activating will be much faster, but break the build of 'poi-ooxml-lite‘ # @todo: look into poi-ooxml-lite task generateModuleInfo and enforce running whatever is needed before org.gradle.caching=false To test, I set org.gradle.caching to true and did several clean and build runs both of the parent project and ooxml-lite and everything passed without error. Is the problem maybe already solved? Could be a change in the build files or fixed by a gradle update. If nobody knows why it is still disabled, maybe we should try to enable the caching again and see if it works now. If not, we at least know that it really still breaks the build. I am sorry if this has been discussed on the mailing list and I missed it. I have been away for a while because of my day job and more pressing problems I had with other projects that I need for my project. Cheers, Axel