Skip to content

Commit 7c40712

Browse files
authored
chore: upgrade gradle to 7.2rc2 (#305)
1 parent 33480ba commit 7c40712

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-rc-2-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

settings.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
rootProject.name = "smithy-swift"
2-
enableFeaturePreview("GRADLE_METADATA")
32

43
include("smithy-swift-codegen")

smithy-swift-codegen/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ plugins {
77
kotlin("jvm")
88
id("org.jetbrains.dokka")
99
jacoco
10-
maven
1110
`maven-publish`
1211
}
1312

0 commit comments

Comments
 (0)