Skip to content

Commit 5389da0

Browse files
committed
build(Gradle): Fix publishing the gradle-model artifact
This needs to be published as it is not only a dependency of the embedded `gradle-plugin`, but also of the `gradle-inspector` and the "legacy" `gradle-package-manager`, see how [1] refers to it (under the wrong group name, as publishing conventions were not applied so far). [1]: https://repo.maven.apache.org/maven2/org/ossreviewtoolkit/plugins/package-managers/2.0.0/package-managers-2.0.0.pom Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent b3fd33a commit 5389da0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/package-managers/gradle-model/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@
2020
plugins {
2121
// Apply precompiled plugins.
2222
id("ort-kotlin-conventions")
23+
id("ort-publication-conventions")
2324
}

0 commit comments

Comments
 (0)