Skip to content

Commit 6fe465a

Browse files
chore: bump version
1 parent d3d47e2 commit 6fe465a

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description=Build cache settings plugin for Gradle
33
kotlin.code.style=official
44

55
group=io.cloudshiftdev.buildcache
6-
version=0.5.2
6+
version=0.5.3
77

88
org.gradle.jvmargs=-Dfile.encoding\=UTF-8
99
org.gradle.vfs.watch=true

src/main/kotlin/io/cloudshiftdev/gradle/buildcache/CdnBuildCacheConfiguration.kt

-8
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,3 @@ public fun CdnBuildCacheConfiguration.s3(action: Action<S3BuildCacheConfiguratio
8181
val s3Config = S3BuildCacheConfiguration(this)
8282
action.execute(s3Config)
8383
}
84-
85-
/**
86-
* Common configuration when using CloudFront with S3 as the build cache. Sets the S3 storage class
87-
* to One Zone Infrequent Access.
88-
*/
89-
public fun CdnBuildCacheConfiguration.awsCloudFrontWithS3() {
90-
s3 { storageClass(S3BuildCacheConfiguration.StorageClass.OneZoneInfrequentAccess) }
91-
}

0 commit comments

Comments
 (0)