I’m creating a plugin for the new BuildCache feature which uses Minio Object Storage to store and load the cache files from. I think I got everything working now in the plugin but I want to also add an sample project. But I can’t seem to get it working in a multi project setup since the buildcache needs to be configured in the settings.gradle
add the properties via gradle.properties but I’m getting the error Could not get unknown property 'project' for object of type com.drost.gradle.buildcache.minio.MinioBuildCache
.
When I hard code the values in the settings.gradle
the plugin enables but I see an message that the buildcache is only applied to the rootProject and not the sample submodule.