From 7eb92cc71a0bbb069e3862dff7847237274c3f5d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 6 Oct 2020 14:44:26 +0100 Subject: [PATCH] More Gradle snippets to correct location See gh-23598 --- .../{main => docs}/gradle/running/boot-run-system-property.gradle | 0 .../gradle/running/boot-run-system-property.gradle.kts | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/{main => docs}/gradle/running/boot-run-system-property.gradle (100%) rename spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/{main => docs}/gradle/running/boot-run-system-property.gradle.kts (100%) diff --git a/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/main/gradle/running/boot-run-system-property.gradle b/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/gradle/running/boot-run-system-property.gradle similarity index 100% rename from spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/main/gradle/running/boot-run-system-property.gradle rename to spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/gradle/running/boot-run-system-property.gradle diff --git a/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/main/gradle/running/boot-run-system-property.gradle.kts b/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/gradle/running/boot-run-system-property.gradle.kts similarity index 100% rename from spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/main/gradle/running/boot-run-system-property.gradle.kts rename to spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/gradle/running/boot-run-system-property.gradle.kts