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 47f47c4 commit de7e21cCopy full SHA for de7e21c
build.gradle.kts
@@ -29,8 +29,8 @@ dependencies {
29
30
implementation(libs.pearx.kasechange)
31
32
- implementation(platform("aws.smithy.kotlin:bom:1.5.15"))
33
- implementation("aws.smithy.kotlin:http-client-engine-okhttp")
+ // implementation(platform("aws.smithy.kotlin:bom:1.5.15"))
+ // implementation("aws.smithy.kotlin:http-client-engine-okhttp")
34
}
35
36
gradlePlugin {
gradle.properties
@@ -3,7 +3,7 @@ description=CodeArtifact settings plugin for Gradle
3
kotlin.code.style=official
4
5
group=io.cloudshiftdev.codeartifact
6
-version=2.1.4
+version=2.1.5
7
8
org.gradle.jvmargs=-Dfile.encoding\=UTF-8
9
org.gradle.vfs.watch=true
0 commit comments