File tree Expand file tree Collapse file tree 1 file changed +3
-14
lines changed
smoke-tests/images/quarkus Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,9 @@ buildscript {
99}
1010
1111plugins {
12- id(" otel.java-conventions" )
13-
12+ // Don't apply otel.java-conventions since the shared dependency platform
13+ // conflicts somehow with Quarkus dependency resolution, causing StackOverflow
14+ id(" java" )
1415 id(" com.google.cloud.tools.jib" )
1516 id(" io.quarkus" ) version " 3.29.3"
1617}
@@ -65,16 +66,4 @@ tasks {
6566 compileJava {
6667 dependsOn(compileQuarkusGeneratedSourcesJava)
6768 }
68-
69- sourcesJar {
70- dependsOn(quarkusGenerateCode, compileQuarkusGeneratedSourcesJava)
71- }
72-
73- javadoc {
74- dependsOn(compileQuarkusGeneratedSourcesJava)
75- }
76-
77- checkstyleMain {
78- dependsOn(compileQuarkusGeneratedSourcesJava)
79- }
8069}
You can’t perform that action at this time.
0 commit comments