From 89552fa2c856c63b12f58496106ed7b73a0eea13 Mon Sep 17 00:00:00 2001 From: Ilya Matveev Date: Fri, 31 Mar 2017 21:05:55 +0700 Subject: [PATCH] build: Add gradle-plugin readme into bundle --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index 6e1dae3730b..1a6c8b24da1 100644 --- a/build.gradle +++ b/build.gradle @@ -288,6 +288,7 @@ task bundle(type: Tar) { include 'README.md' include 'INTEROP.md' include 'RELEASE_NOTES.md' + include 'GRADLE_PLUGIN.md' exclude '**/gradle.properties' exclude '**/build' exclude '**/.gradle'