File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -114,13 +114,6 @@ publishing {
114114 artifactId = " version-catalog"
115115 description = " Provides a version catalog"
116116 from(components[" versionCatalog" ])
117-
118- /*
119- Creates a placeholder JAR for version catalog publishing
120- The `version-catalog` plugin doesn't generate one because it isn't needed but JReleaser requires a jar
121- https://docs.gradle.org/current/userguide/version_catalogs.html#sec:version-catalog-plugin
122- */
123- artifact(tasks[" versionCatalogJar" ])
124117 }
125118 }
126119}
Original file line number Diff line number Diff line change 22 * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
33 * SPDX-License-Identifier: Apache-2.0
44 */
5- import aws.sdk.kotlin.gradle.dsl.configureLinting
65import aws.sdk.kotlin.gradle.dsl.configureJReleaser
6+ import aws.sdk.kotlin.gradle.dsl.configureLinting
77import aws.sdk.kotlin.gradle.util.typedProp
88
99buildscript {
@@ -17,7 +17,7 @@ buildscript {
1717 Enforce jackson to a version supported both by dokka and jreleaser:
1818 https://github.com/Kotlin/dokka/issues/3472#issuecomment-1929712374
1919 https://github.com/Kotlin/dokka/issues/3194#issuecomment-1929382630
20- */
20+ */
2121 classpath(enforcedPlatform(" com.fasterxml.jackson:jackson-bom:2.15.3" ))
2222 }
2323}
You can’t perform that action at this time.
0 commit comments