Skip to content

Commit

Permalink
build: work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
khalilou88 committed Dec 28, 2023
1 parent 37c60c5 commit b16688e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nx-maven/src/generators/application/generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ async function applicationGenerator(
options: {
task: 'exec:java',
},
dependsOn: ['^build'],
dependsOn: ['build'],
},
test: {
executor: `${plugin}:run-task`,
Expand Down

0 comments on commit b16688e

Please sign in to comment.