We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b88ab2 commit fabf7f6Copy full SHA for fabf7f6
buildSrc/src/main/groovy/io/spring/gradle/convention/SchemaDeployPlugin.groovy
@@ -86,7 +86,7 @@ public class SchemaDeployPlugin implements Plugin<Project> {
86
*/
87
if (name == "spring-security") {
88
def springSecurityOauthPath = "/var/www/domains/spring.io/docs/htdocs/autorepo/schema/spring-security-oauth/current/security"
89
- execute "cp $springSecurityOauthPath/* $extractPath"
+ execute "cp $springSecurityOauthPath/* ${extractPath}security"
90
}
91
92
execute "chmod -R g+w $extractPath"
0 commit comments