TaskIt as prerrequisite.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2020-07-25 13:14:37 -05:00
parent c36f8c9539
commit f4c79cb1ef

View File

@ -17,9 +17,10 @@ BaselineOfBrea >> baseline: spec [
do: [ do: [
"Dependencies" "Dependencies"
spec spec
baseline: 'NeoJSON' with: [ spec repository: 'github://svenvc/NeoJSON/repository' ]. baseline: 'NeoJSON' with: [ spec repository: 'github://svenvc/NeoJSON/repository' ];
baseline: 'TaskIt' with: [ spec repository: 'github://pharo-contributions/taskit' ].
"Packages" "Packages"
spec package: 'Brea' with: [ spec requires: #('NeoJSON') ]. spec package: 'Brea' with: [ spec requires: #('NeoJSON' 'TaskIt') ].
] ]
] ]