jamesfredley commented on code in PR #1209:
URL: 
https://github.com/apache/grails-spring-security/pull/1209#discussion_r2835776588


##########
gradle/publish-config.gradle:
##########
@@ -52,6 +52,18 @@ afterEvaluate {
         }
     }
     if (project.plugins.hasPlugin("maven-publish")) {
+        publishing.publications.withType(MavenPublication).configureEach { 
MavenPublication publication ->

Review Comment:
   Moved to `pomCustomization` in d8b8a730. The ehcache classifier logic now 
lives in the `GrailsPublishExtension` configure block instead of directly 
manipulating `MavenPublication` in `afterEvaluate`.



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