There was an error while loading. Please reload this page.
1 parent 5d75f36 commit b5caf52Copy full SHA for b5caf52
1 file changed
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