jdaugherty commented on issue #1193: URL: https://github.com/apache/grails-spring-security/issues/1193#issuecomment-3687536923
@arjangch in https://github.com/arjangch/grails-project-helper/blob/main/example3/build.gradle I don't see the spring security jars on the build classpath: dependencies { classpath platform("org.apache.grails:grails-bom:$grailsVersion") classpath "org.apache.grails:grails-gradle-plugins" classpath "org.apache.grails:grails-data-hibernate5" classpath "cloud.wondrify:asset-pipeline-gradle" } I'm a little rusty in this area, but I think the grails command is a gradle command; so when `grails s2ui-override-layout` is run, the plugin must exist on the classpath for the files to be found. @matrei is this the correct understanding or is this issue related to https://github.com/apache/grails-core/pull/15295 ? -- 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]
