quarkusio / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
13.37k stars 2.56k forks source link

Gradle plugin is made Configuration Cache compatible #35932

Open pbielicki opened 9 months ago

pbielicki commented 9 months ago

Description

Gradle plugin is incompatible with the Configuration Cache: https://github.com/quarkusio/quarkus/blob/7829bb216ccd8e20d8e0f76a9cfae38ceba84f4b/devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/tasks/QuarkusTask.java#L39

Please refactor its code to make it compatible.

I'm happy te help with that - do you see any showstoppers at the moment (or areas where it will be tricky/difficult to make it cacheable)?

Implementation ideas

No response

quarkus-bot[bot] commented 9 months ago

/cc @glefloch, @gwenneg (cache), @quarkusio/devtools