We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c70c83f commit 5e3a3fcCopy full SHA for 5e3a3fc
1 file changed
scripts/support/agent.sh
@@ -32,4 +32,4 @@ if [ ! -f "$POM_FILE" ]; then
32
fi
33
34
# Run Maven Spring Boot application
35
-$SCRIPT_DIR/../../mvnw -U -f "$POM_FILE" -Dmaven.test.skip=true spring-boot:run
+"$SCRIPT_DIR/../../mvnw" -U -f "$POM_FILE" -Dmaven.test.skip=true spring-boot:run
0 commit comments