Skip to content

Commit 87d5f4d

Browse files
committed
self review
1 parent ba0cc48 commit 87d5f4d

File tree

1 file changed

+2
-5
lines changed
  • build-plugins/build-support/src/main/kotlin/aws/sdk/kotlin/gradle/dsl

1 file changed

+2
-5
lines changed

build-plugins/build-support/src/main/kotlin/aws/sdk/kotlin/gradle/dsl/Publish.kt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -146,15 +146,12 @@ fun Project.configurePublishing(repoName: String, githubOrganization: String = "
146146

147147
/*
148148
Creates a placeholder JAR for the version catalog
149-
The `version-catalog` plugin doesn't generate one because it isn't needed but JReleaser requires a jar for publishing
149+
The `version-catalog` plugin doesn't generate one because it isn't needed but JReleaser requires a jar
150150
https://docs.gradle.org/current/userguide/version_catalogs.html#sec:version-catalog-plugin
151-
152-
Consuming published version catalogs with the dummy JAR still work
153-
https://docs.gradle.org/current/userguide/version_catalogs.html#sec:importing-published-catalog
154151
*/
155152
tasks.register<Jar>("versionCatalogJar") {
156153
archiveBaseName.set("version-catalog")
157-
from("gradle/libs.versions.toml") // Could be anything
154+
from("gradle/libs.versions.toml")
158155
}
159156
}
160157

0 commit comments

Comments
 (0)