Skip to content

Commit 7897b39

Browse files
Merge branch 'webb/e2e_tests_with_tomcat' of github.com:getsentry/sentry-java into webb/e2e_tests_with_tomcat
2 parents 9a62123 + a90c5af commit 7897b39

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

sentry-samples/sentry-samples-spring-jakarta/build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ plugins {
1515
application { mainClass.set("io.sentry.samples.spring.jakarta.Main") }
1616

1717
// Ensure WAR is up to date before run task
18-
tasks.named("run") {
19-
dependsOn(tasks.named("war"))
20-
}
18+
tasks.named("run") { dependsOn(tasks.named("war")) }
2119

2220
group = "io.sentry.sample.spring-jakarta"
2321

0 commit comments

Comments
 (0)