Skip to content
This repository was archived by the owner on Feb 28, 2025. It is now read-only.

Commit af99423

Browse files
committed
Skip bootstrap for generation commands
1 parent a4f167a commit af99423

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

grails-app/commands/angular2/scaffolding/NgGenerateAllCommand.groovy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ import org.springframework.beans.factory.annotation.Value
2424

2525
class NgGenerateAllCommand implements GrailsApplicationCommand {
2626

27+
boolean skipBootstrap = true
28+
2729
private MappingContext grailsDomainClassMappingContext
2830

2931
@Autowired

grails-app/commands/angular2/scaffolding/NgInstallTemplates.groovy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ import org.grails.io.support.SpringIOUtils
66

77
class NgInstallTemplates implements GrailsApplicationCommand {
88

9+
boolean skipBootstrap = true
10+
911
@Override
1012
boolean handle() {
1113
try {

0 commit comments

Comments
 (0)