From e29f281cfd0839cf0edb1fc5b9dd23de70b0a25e Mon Sep 17 00:00:00 2001 From: Patrick Kuo Date: Fri, 4 Nov 2016 11:20:02 +0000 Subject: [PATCH] Changed / to : to align with gradle include directive. --- .idea/modules.xml | 21 +++++++++++++++------ settings.gradle | 4 ++-- 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/.idea/modules.xml b/.idea/modules.xml index 2cb9499d76..0114516271 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -18,12 +18,18 @@ - - - + + + + + + + + + @@ -44,12 +50,15 @@ + + + - - - + + + \ No newline at end of file diff --git a/settings.gradle b/settings.gradle index 4d07996a92..a54d52c78b 100644 --- a/settings.gradle +++ b/settings.gradle @@ -6,8 +6,8 @@ include 'node' include 'client' include 'experimental' include 'test-utils' -include 'tools/explorer' +include 'tools:explorer' include 'gradle-plugins:quasar-utils' include 'gradle-plugins:publish-utils' include 'gradle-plugins:cordformation' -include 'docs/source/example-code' +include 'docs:source:example-code'