Skip to content

Commit 81f12c8

Browse files
committed
fix?
1 parent 885e4a3 commit 81f12c8

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

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

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ buildscript {
99
}
1010

1111
plugins {
12-
id("otel.java-conventions")
13-
12+
id("java")
1413
id("com.google.cloud.tools.jib")
1514
id("io.quarkus") version "3.29.3"
1615
}
@@ -65,16 +64,4 @@ tasks {
6564
compileJava {
6665
dependsOn(compileQuarkusGeneratedSourcesJava)
6766
}
68-
69-
sourcesJar {
70-
dependsOn(quarkusGenerateCode, compileQuarkusGeneratedSourcesJava)
71-
}
72-
73-
javadoc {
74-
dependsOn(compileQuarkusGeneratedSourcesJava)
75-
}
76-
77-
checkstyleMain {
78-
dependsOn(compileQuarkusGeneratedSourcesJava)
79-
}
8067
}

0 commit comments

Comments
 (0)