Procházet zdrojové kódy

Merge branch 'master' of ssh://gogs.davidventura.com.ar:2222/tati/critter-crossing

Tatiana Inama před 6 roky
rodič
revize
06b987df75
1 změnil soubory, kde provedl 17 přidání a 9 odebrání
  1. 17 9
      build.json

+ 17 - 9
build.json

@@ -1,10 +1,18 @@
 {
-  "CritterCrossing": {
-          "dir": "app",
-          "artifacts": ["build/"]
-  },
-  "CritterScraper": {
-          "dir": "scraper",
-          "artifacts": ["build/"]
-  }
-}
+  "subprojects": [
+    {
+      "name": "CritterCrossing",
+      "dir": "app",
+      "artifacts": [
+        "build/"
+      ]
+    },
+    {
+      "name": "CritterScraper",
+      "dir": "scraper",
+      "artifacts": [
+        "build/"
+      ]
+    }
+  ]
+}