Forráskód Böngészése

Merge branch '5.7.x' into 5.8.x

Steve Riesenberg 2 éve
szülő
commit
a6918f9e0c

+ 1 - 1
buildSrc/src/main/groovy/io/spring/gradle/convention/SchemaDeployPlugin.groovy

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