The CommerceAccelerator/settings.gradle file specifies the Dynamo modules that are included in the build. You must add entries for the new application module and its sub-modules to the settings.gradle file, for example:

"Applications:NewStore",
"Applications:NewStore:Base",
"Applications:NewStore:Plugins"

Take care that each line in the settings.gradle file ends with a comma except for the final line.

Also, EAC applications that should have deployment templates created for them as part of the gradle build must be configured in the eacApplications property of the CommerceAccelerator/Applications/application-name/gradle.properties file, for example:

eacApplications=NewStoreen

Copyright © 1997, 2016 Oracle and/or its affiliates. All rights reserved. Legal Notices