diff --git a/12-custom-plugin/build.gradle b/12-custom-plugin/build.gradle index 5b64091..4790541 100644 --- a/12-custom-plugin/build.gradle +++ b/12-custom-plugin/build.gradle @@ -1,2 +1,2 @@ -apply from: "helloPlugin.gradle" +apply from: "plugins/helloPlugin.gradle" diff --git a/12-custom-plugin/helloPlugin.gradle b/12-custom-plugin/plugins/helloPlugin.gradle similarity index 100% rename from 12-custom-plugin/helloPlugin.gradle rename to 12-custom-plugin/plugins/helloPlugin.gradle