There was an error while loading. Please reload this page.
1 parent a6710c4 commit 956711eCopy full SHA for 956711e
settings.gradle
@@ -370,6 +370,9 @@ project(':path-finding-facade-api').projectDir = file('procedures/facade-api/pat
370
include('path-finding-configs')
371
project(':path-finding-configs').projectDir = file('procedures/facade-api/configs/path-finding-configs')
372
373
+include('path-finding-mutate-steps')
374
+project(':path-finding-mutate-steps').projectDir = file('procedures/path-finding-mutate-steps')
375
+
376
include('path-finding-params')
377
project(':path-finding-params').projectDir = file('algo-params/path-finding-params')
378
0 commit comments