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 @@ -81,13 +81,6 @@ publishing {
8181 artifactId = " version-catalog"
8282 description = " Provides a version catalog"
8383 from(components[" versionCatalog" ])
84-
85- /*
86- Creates a placeholder JAR for version catalog publishing
87- The `version-catalog` plugin doesn't generate one because it isn't needed but JReleaser requires a jar
88- https://docs.gradle.org/current/userguide/version_catalogs.html#sec:version-catalog-plugin
89- */
90- artifact(tasks[" versionCatalogJar" ])
9184 }
9285 }
9386}
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 {
@@ -18,7 +18,7 @@ buildscript {
1818 Enforce jackson to a version supported both by dokka and jreleaser:
1919 https://github.com/Kotlin/dokka/issues/3472#issuecomment-1929712374
2020 https://github.com/Kotlin/dokka/issues/3194#issuecomment-1929382630
21- */
21+ */
2222 classpath(enforcedPlatform(" com.fasterxml.jackson:jackson-bom:2.15.3" ))
2323 }
2424}
You can’t perform that action at this time.
0 commit comments