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 33480ba commit 7c40712Copy full SHA for 7c40712
gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
1
distributionBase=GRADLE_USER_HOME
2
distributionPath=wrapper/dists
3
-distributionUrl=https\://services.gradle.org/distributions/gradle-6.8-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-rc-2-bin.zip
4
zipStoreBase=GRADLE_USER_HOME
5
zipStorePath=wrapper/dists
settings.gradle.kts
@@ -1,4 +1,3 @@
rootProject.name = "smithy-swift"
-enableFeaturePreview("GRADLE_METADATA")
include("smithy-swift-codegen")
smithy-swift-codegen/build.gradle.kts
@@ -7,7 +7,6 @@ plugins {
7
kotlin("jvm")
8
id("org.jetbrains.dokka")
9
jacoco
10
- maven
11
`maven-publish`
12
}
13
0 commit comments