Skip to content

Commit

Permalink
correct plugin name
Browse files Browse the repository at this point in the history
  • Loading branch information
atomfrede committed Jan 1, 2024
1 parent a7bb629 commit a634648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/server/generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ export default class JHipsterServerGenerator extends BaseApplicationGenerator {
scope: 'implementation',
});
source.addGradlePlugin?.({ id: 'jhipster.code-quality-conventions' });
source.addGradlePlugin?.({ id: 'jhipster.docker-conventions ' });
source.addGradlePlugin?.({ id: 'jhipster.docker-conventions' });
},
packageJsonScripts({ application }) {
const packageJsonConfigStorage = this.packageJson.createStorage('config').createProxy();
Expand Down

0 comments on commit a634648

Please sign in to comment.