Skip to content

Commit 2de4488

Browse files
committed
comment
1 parent 92eea46 commit 2de4488

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

smoke-tests/images/quarkus/build.gradle.kts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,13 @@ buildscript {
99
}
1010

1111
plugins {
12-
// Don't apply otel.java-conventions since the shared dependency platform
13-
// conflicts somehow with Quarkus dependency resolution, causing StackOverflow
12+
// otel.java-conventions isn't applied to this module because it adds
13+
// platform(project(":dependencyManagement")) which conflicts with
14+
// Quarkus's dependency resolution logic, causing infinite recursion in
15+
// GradleApplicationModelBuilder.collectDependencies during the configuration phase
16+
// resulting in StackOverflowError
1417
id("java")
18+
1519
id("com.google.cloud.tools.jib")
1620
id("io.quarkus") version "3.29.3"
1721
}

0 commit comments

Comments
 (0)