From 84aa6bbbe4f13072181c0437103d2430f8ea6551 Mon Sep 17 00:00:00 2001
From: fhuya <fhuya@google.com>
Date: Sun, 23 Feb 2020 13:43:08 -0500
Subject: Add sample hello world plugin and demo project.

---
 hello_world/settings.gradle | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 hello_world/settings.gradle

(limited to 'hello_world/settings.gradle')

diff --git a/hello_world/settings.gradle b/hello_world/settings.gradle
new file mode 100644
index 0000000..475b38d
--- /dev/null
+++ b/hello_world/settings.gradle
@@ -0,0 +1,2 @@
+rootProject.name='HelloWorldPlugin'
+include ':plugin'
-- 
cgit v1.2.3