Skip to content

Commit

Permalink
fix java generators
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Jul 4, 2024
1 parent 0152a09 commit ebc36ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions generators/java/generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
import BaseApplicationGenerator from '../base-application/index.js';

export default class JavaGenerator extends BaseApplicationGenerator {
customLifecycle = true;

async beforeQueue() {
if (!this.fromBlueprint) {
await this.composeWithBlueprints();
Expand Down

0 comments on commit ebc36ae

Please sign in to comment.