Skip to content

Commit eaba3c3

Browse files
committed
misc: remove version catalog JAR task
1 parent 97297d6 commit eaba3c3

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

bom/build.gradle.kts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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
}

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
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
65
import aws.sdk.kotlin.gradle.dsl.configureJReleaser
6+
import aws.sdk.kotlin.gradle.dsl.configureLinting
77
import aws.sdk.kotlin.gradle.util.typedProp
88

99
buildscript {
@@ -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
}

0 commit comments

Comments
 (0)