File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ ksp-version = "2.1.0-1.0.29" # Keep in sync with kotlin-version
44
55dokka-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
1010coroutines-version = " 1.9.0"
You can’t perform that action at this time.
0 commit comments