File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -7,16 +7,15 @@ An implementation of the Gradle Remote Cache that's backed by Google Cloud Stora
77In your ` settings.gradle.kts ` file add the following
88
99``` kotlin
10- plugins {
11- id(" androidx.build.gradle.gcpbuildcache" ) version " 1.0.0-beta07"
12- }
13-
1410import androidx.build.gradle.gcpbuildcache.GcpBuildCache
1511import androidx.build.gradle.gcpbuildcache.GcpBuildCacheServiceFactory
1612import androidx.build.gradle.gcpbuildcache.ExportedKeyGcpCredentials
1713
14+ plugins {
15+ id(" androidx.build.gradle.gcpbuildcache" ) version " 1.0.0-beta07"
16+ }
17+
1818buildCache {
19- registerBuildCacheService(GcpBuildCache ::class , GcpBuildCacheServiceFactory ::class )
2019 remote(GcpBuildCache ::class ) {
2120 projectId = " foo"
2221 bucketName = " bar"
@@ -44,7 +43,6 @@ import androidx.build.gradle.gcpbuildcache.GcpBuildCacheServiceFactory
4443import androidx.build.gradle.gcpbuildcache.ExportedKeyGcpCredentials
4544
4645buildCache {
47- registerBuildCacheService(GcpBuildCache, GcpBuildCacheServiceFactory)
4846 remote(GcpBuildCache) {
4947 projectId = "projectName"
5048 bucketName = "storageBucketName"
You can’t perform that action at this time.
0 commit comments