Skip to content

Commit 956711e

Browse files
committed
Add :path-finding-mutate-steps to OpenGDS
1 parent a6710c4 commit 956711e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

settings.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,9 @@ project(':path-finding-facade-api').projectDir = file('procedures/facade-api/pat
370370
include('path-finding-configs')
371371
project(':path-finding-configs').projectDir = file('procedures/facade-api/configs/path-finding-configs')
372372

373+
include('path-finding-mutate-steps')
374+
project(':path-finding-mutate-steps').projectDir = file('procedures/path-finding-mutate-steps')
375+
373376
include('path-finding-params')
374377
project(':path-finding-params').projectDir = file('algo-params/path-finding-params')
375378

0 commit comments

Comments
 (0)