Skip to content

Commit ae8d283

Browse files
authored
always run the Gradle task quarkusAppPartsBuild (#10)
1 parent 9427b69 commit ae8d283

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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)