We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ee466d commit 7d6970eCopy full SHA for 7d6970e
core/src/main/kotlin/androidx/build/gradle/core/RemoteGradleBuildCache.kt
@@ -30,6 +30,11 @@ abstract class RemoteGradleBuildCache : AbstractBuildCache() {
30
*/
31
lateinit var bucketName: String
32
33
+ /**
34
+ * The prefix to use when storing cache entries in the bucket.
35
+ * It becomes new root for all cache entries.
36
+ * If not specified, the cache entries will be stored at the root of the bucket.
37
+ */
38
lateinit var prefix: String
39
40
/**
0 commit comments