File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed
instrumentation/quarkus-resteasy-reactive
smoke-tests/images/quarkus Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -34,3 +34,7 @@ tasks.named("checkstyleTest").configure {
3434tasks.named(" compileTestJava" ).configure {
3535 dependsOn(tasks.named(" compileQuarkusTestGeneratedSourcesJava" ))
3636}
37+
38+ tasks.configureEach {
39+ notCompatibleWithConfigurationCache(" TODO" )
40+ }
Original file line number Diff line number Diff line change @@ -34,3 +34,7 @@ tasks.named("compileJava").configure {
3434tasks.named(" sourcesJar" ).configure {
3535 dependsOn(tasks.named(" compileQuarkusGeneratedSourcesJava" ))
3636}
37+
38+ tasks.configureEach {
39+ notCompatibleWithConfigurationCache(" TODO" )
40+ }
Original file line number Diff line number Diff line change @@ -58,8 +58,13 @@ tasks {
5858 }
5959 }
6060
61+ named(" compileJava" ).configure {
62+ dependsOn(named(" compileQuarkusGeneratedSourcesJava" ))
63+ }
64+
6165 withType<JibTask >().configureEach {
6266 dependsOn(quarkusBuild)
67+ notCompatibleWithConfigurationCache(" see https://github.com/GoogleContainerTools/jib/issues/3132" )
6368 }
6469
6570 sourcesJar {
You can’t perform that action at this time.
0 commit comments