Browse Source

Merge pull request #113 from csmith/master

Include client bundles
pull/114/head
Greg Holmes 7 years ago
parent
commit
7d86110556
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      settings.gradle

+ 5
- 0
settings.gradle View File

@@ -20,3 +20,8 @@ project(':plugins').projectDir.eachDir() { File dir ->
20 20
     include 'plugins:' + dir.name
21 21
   }
22 22
 }
23
+
24
+// Include all bundles
25
+new File(project(':client').projectDir, 'bundles').eachDir() { File dir ->
26
+  include 'client:bundles:' + dir.name
27
+}

Loading…
Cancel
Save