Skip to content

Commit a24753c

Browse files
committed
misc: remove version catalog JAR task
1 parent a36ccb2 commit a24753c

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
@@ -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
}

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

0 commit comments

Comments
 (0)