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.
2 parents b2240f3 + fabf7f6 commit a6918f9Copy full SHA for a6918f9
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