spring-security
spring-security copied to clipboard
Task name changed from publishMavenJavaPublicationToLocalRepository to publishMavenJavaPublicationToBuildDirectoryRepository
Closes #11475
Hi, @priya1712d. We also need to edit the task itself in buildSrc
. If done correctly, you should be able to run ./gradlew publishMavenJavaPublicationToBuildDirectoryRepository
on your local machine and see the Spring Security jars copied to {PROJECT_DIR}/build/publications/repos
.
It appears that PublishLocalPlugin
may be where the change needs to be made.
@jzheaux
Thanks !!!
I will work on this today.
Hi, @priya1712d! Are you able to address the requested changes? If you are busy, I can provide a polish commit to complete the PR.
I'm closing this PR due to lack of progress as part of cleaning up the upcoming release. We can restart a new one if needed.