Skip to content

Commit 65619a4

Browse files
committed
disable boot jar task
1 parent 7b77948 commit 65619a4

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

smoke-tests-otel-starter/spring-boot-3.2/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ tasks {
5656
checkstyleAotTest {
5757
isEnabled = false
5858
}
59+
bootJar {
60+
enabled = false
61+
}
5962
}
6063

6164
// To be able to execute the tests as GraalVM native executables

smoke-tests-otel-starter/spring-boot-3/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ tasks {
5959
checkstyleAotTest {
6060
isEnabled = false
6161
}
62+
bootJar {
63+
enabled = false
64+
}
6265
}
6366

6467
// To be able to execute the tests as GraalVM native executables

smoke-tests-otel-starter/spring-boot-reactive-3/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ tasks {
5050
checkstyleAotTest {
5151
isEnabled = false
5252
}
53+
bootJar {
54+
enabled = false
55+
}
5356
}
5457

5558
// To be able to execute the tests as GraalVM native executables

0 commit comments

Comments
 (0)