File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
src/main/kotlin/io/cloudshiftdev/gradle/codeartifact/service Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,10 @@ dependencies {
3232 implementation(" aws.smithy.kotlin:http-client-engine-okhttp" )
3333}
3434
35+ java {
36+ consistentResolution { useCompileClasspathVersions() }
37+ }
38+
3539gradlePlugin {
3640 website = " https://github.com/cloudshiftinc/codeartifact-gradle-plugin"
3741 vcsUrl = " https://github.com/cloudshiftinc/codeartifact-gradle-plugin"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description=CodeArtifact settings plugin for Gradle
33kotlin.code.style =official
44
55group =io.cloudshiftdev.codeartifact
6- version =2.1.5
6+ version =2.1.6
77
88org.gradle.jvmargs =-Dfile.encoding\=UTF-8
99org.gradle.vfs.watch =true
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ internal class DefaultCodeArtifactService : CodeArtifactService {
9292 logger.lifecycle(
9393 " Uploading CodeArtifact generic artifact asset '${asset.name} ' (${genericPackage.namespace} /${genericPackage.name} /${genericPackage.version} ) (size: ${asset.content.length()} to ${endpoint.url} "
9494 )
95- // workaround for https://github.com/awslabs/aws-sdk-kotlin/issues/1217
95+
9696 codeArtifact.publishPackageVersion {
9797 domain = endpoint.domain
9898 domainOwner = endpoint.domainOwner
You can’t perform that action at this time.
0 commit comments