From 61b31f730fb7a5747b9c19892c7f57df7f0fa8a8 Mon Sep 17 00:00:00 2001 From: ReaJason Date: Sun, 22 Dec 2024 16:41:36 +0800 Subject: [PATCH] test: vul file not found --- integration-test/build.gradle | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/integration-test/build.gradle b/integration-test/build.gradle index 731874fc..5ac845e2 100644 --- a/integration-test/build.gradle +++ b/integration-test/build.gradle @@ -52,13 +52,12 @@ idea { } test { - dependsOn { - ":vul:vul-webapp:war" - ":vul:vul-webapp-expression:war" - ":vul:vul-webapp-jakarta:war" - ":vul:vul-springboot2:bootJar" - ":vul:vul-springboot3:bootJar" - } + dependsOn(":vul:vul-webapp:war", + ":vul:vul-webapp-expression:war", + ":vul:vul-webapp-jakarta:war", + ":vul:vul-springboot2:bootJar", + ":vul:vul-springboot3:bootJar" + ) useJUnitPlatform() finalizedBy jacocoTestReport } \ No newline at end of file