I’m continuing my POC to convert one of our projects maven build to gradle.
I’m now at the point where I’m exploring the new incubating maven-publish plugin.
My org defines separate repositories for snapshots and releases. Is it possible in my publishing/repositories block to define two different repositories and mark which one is to be used for snapshots and which can be used for releases.
If it is possible, can someone provide an example or suggest a workaround if its not possible.
Thanks.
Doug