Try ./gradlew publishToMavenLocal to publish to your local maven repo. Best to read the gradle docs if you want to debug gradle issues. https://docs.gradle.org/current/userguide/publishing_maven.html
Our CI builds include built jars taht you can download. One issue with this is that this does not include pom file updates. https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/lastSuccessfulBuild/artifact/ NB We do not recommend the use of these jars in production. It is up to you if you want to risk it but we provide no support for them. On Monday 27 May 2024 at 11:40:29 IST, Anton Oellerer <a.oelle...@docu-tools.com> wrote: Hey, As fixing bug 69042 is quite important to us, we are considering hosting a new version of poi on our private maven repo. Is this necessary, or is there some way to get nightly versions of poi? If we need to do it, what would be the correct way? We updated the repositories in the root gradle file, but ./gradlew publish does not push a new version to our repository. What would be the correct way to release a new version? Best Anton --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@poi.apache.org For additional commands, e-mail: user-h...@poi.apache.org