Skip to content

Commit

Permalink
Merge pull request #419 from jhipster/cleanup
Browse files Browse the repository at this point in the history
cleanup workaround
  • Loading branch information
DanielFran authored Nov 4, 2024
2 parents 69a34d5 + 97f7b18 commit 065e098
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions generators/bootstrap-application-base/generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default class extends BaseApplicationGenerator {

get [BaseApplicationGenerator.LOADING]() {
return this.asPreparingTaskGroup({
async preparingMicronaut({ application, applicationDefaults }) {
async preparingMicronaut({ application }) {
Object.assign(application, {
backendTypeJavaAny: true,
hipster: 'jhipster_family_member_4',
Expand All @@ -26,9 +26,6 @@ export default class extends BaseApplicationGenerator {
hipsterProductName: 'MHipster',
hipsterProjectLink: 'https://github.com/jhipster/generator-jhipster-micronaut',
});
applicationDefaults({
messageBrokerPulsar: undefined,
});
},
});
}
Expand Down

0 comments on commit 065e098

Please sign in to comment.