Skip to content

Commit b5caf52

Browse files
committed
always run the Gradle task quarkusAppPartsBuild
1 parent 5d75f36 commit b5caf52

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

operator/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ tasks.quarkusDev {
7171
jvmArgs = listOf("--add-opens", "java.base/java.lang=ALL-UNNAMED")
7272
}
7373

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+
7478
tasks.withType<Test> {
7579
val mockitoAgent = configurations.testRuntimeClasspath.get().find {
7680
it.name.contains("mockito-core")

0 commit comments

Comments
 (0)