Skip to content

Commit 7d6970e

Browse files
smrtflsmrtfl
authored andcommitted
document prefix variable
1 parent 0ee466d commit 7d6970e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

core/src/main/kotlin/androidx/build/gradle/core/RemoteGradleBuildCache.kt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ abstract class RemoteGradleBuildCache : AbstractBuildCache() {
3030
*/
3131
lateinit var bucketName: String
3232

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+
*/
3338
lateinit var prefix: String
3439

3540
/**

0 commit comments

Comments
 (0)