Merge branch '5.7.x' into 5.8.x

This commit is contained in:
Steve Riesenberg 2023-03-01 11:50:17 -06:00
commit a6918f9e0c
No known key found for this signature in database
GPG Key ID: 5F311AB48A55D521
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ public class SchemaDeployPlugin implements Plugin<Project> {
*/
if (name == "spring-security") {
def springSecurityOauthPath = "/var/www/domains/spring.io/docs/htdocs/autorepo/schema/spring-security-oauth/current/security"
execute "cp $springSecurityOauthPath/* $extractPath"
execute "cp $springSecurityOauthPath/* ${extractPath}security"
}
execute "chmod -R g+w $extractPath"