Skip to content

Commit

Permalink
Fix Intents module import
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-maynou committed Feb 22, 2024
1 parent 9b40f04 commit 706fe1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ include 'Modules:NextiaJD'
findProject(':Modules:NextiaJD')?.name = 'NextiaJD'
include 'Modules:NextiaQR'
findProject(':Modules:NextiaQR')?.name = 'NextiaQR'
include 'Modules:NextiaCore'
findProject(':Modules:IntentSpecification2WorkflowGenerator')?.name = 'IntentSpecification2WorkflowGenerator'
include 'Modules:IntentSpecification2WorkflowGenerator'
include 'api'
include 'frontend'

0 comments on commit 706fe1e

Please sign in to comment.