ソースを参照

Actually include plugins again.

This didn't need changing in the first place :(
pull/476/head
Chris Smith 8年前
コミット
b12f03e18a
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      settings.gradle

+ 1
- 1
settings.gradle ファイルの表示

@@ -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
 }

読み込み中…
キャンセル
保存