Skip to content

Commit f956c85

Browse files
committed
self review
1 parent 12b0e99 commit f956c85

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

bom/build.gradle.kts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,9 @@ publishing {
116116
from(components["versionCatalog"])
117117

118118
/*
119-
Creates a dummy JAR for version catalog publishing
120-
The `version-catalog` plugin doesn't generate one because it isn't needed but JReleaser requires a jar to be present in the version catalog component
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
121121
https://docs.gradle.org/current/userguide/version_catalogs.html#sec:version-catalog-plugin
122-
123-
Consuming published version catalogs with the dummy JAR still work
124-
https://docs.gradle.org/current/userguide/version_catalogs.html#sec:importing-published-catalog
125122
*/
126123
artifact(tasks["versionCatalogJar"])
127124
}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ksp-version = "2.1.0-1.0.29" # Keep in sync with kotlin-version
44

55
dokka-version = "2.0.0"
66

7-
aws-kotlin-repo-tools-version = "0.4.31-SNAPSHOT"
7+
aws-kotlin-repo-tools-version = "0.4.33"
88

99
# libs
1010
coroutines-version = "1.9.0"

0 commit comments

Comments
 (0)