This message was deleted.
# develocity
s
This message was deleted.
m
There are no current plans at this point. Have you already tried to make this cacheable via additional config in the POM?
d
You might be able to use this example project as a basis for enabling caching for
compile
and
testCompile
goals from the `kotlin-maven-plugin`: https://github.com/gradle/gradle-enterprise-build-config-samples/tree/main/build-caching-maven-samples/kotlin-project
j
Great! Thanks alot. I wasn't aware those examples existed and feelt the task to figure out what this configuration should look like a bit daunting. I'll dig into this. Thanks again @Daz DeBoer