Browse Source

Actually include plugins again.

This didn't need changing in the first place :(
pull/476/head
Chris Smith 7 years ago
parent
commit
b12f03e18a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      settings.gradle

+ 1
- 1
settings.gradle View File

@@ -1,5 +1,5 @@
1 1
 rootDir.eachDir() { File dir ->
2
-  if (new File(dir, "main").directory) {
2
+  if (new File(dir, "src").directory) {
3 3
     include dir.name
4 4
   }
5 5
 }

Loading…
Cancel
Save