We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9427b69 commit ae8d283Copy full SHA for ae8d283
operator/build.gradle.kts
@@ -71,6 +71,10 @@ tasks.quarkusDev {
71
jvmArgs = listOf("--add-opens", "java.base/java.lang=ALL-UNNAMED")
72
}
73
74
+tasks.quarkusAppPartsBuild {
75
+ doNotTrackState("Always execute Gradle task quarkusAppPartsBuild to generate the K8s deploy manifest kubernetes.yml and to publish the Helm chart")
76
+}
77
+
78
tasks.withType<Test> {
79
val mockitoAgent = configurations.testRuntimeClasspath.get().find {
80
it.name.contains("mockito-core")
0 commit comments