Skip to content

Commit

Permalink
test: apply frontend-maven-plugin-cache when applying frontend-maven-…
Browse files Browse the repository at this point in the history
…plugin
  • Loading branch information
murdos committed Sep 18, 2024
1 parent da521b3 commit 4ccfa97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests-ci/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ sonar_back_front() {

frontend_server_plugin() {
if [[ $java_build_tool == 'maven' ]]; then
applyModules "frontend-maven-plugin"
applyModules "frontend-maven-plugin" "frontend-maven-plugin-cache"
else
applyModules "node-gradle-plugin"
fi
Expand Down

0 comments on commit 4ccfa97

Please sign in to comment.