Skip to content

Commit

Permalink
refactor(buildSrc): Decouple publishing from Kotlin conventions
Browse files Browse the repository at this point in the history
This allows to also publish non-Kotlin projects, like platform projects.

Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Sep 14, 2023
1 parent 0da85d7 commit dd16768
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ plugins {
application

// Apply precompiled plugins.
id("ort-kotlin-conventions")
id("ort-publication-conventions")

// Apply third-party plugins.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ plugins {
`java-library`

// Apply precompiled plugins.
id("ort-kotlin-conventions")
id("ort-publication-conventions")
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ plugins {
// Apply core plugins.
`maven-publish`
signing

// Apply precompiled plugins.
id("ort-kotlin-conventions")
}

configure<PublishingExtension> {
Expand Down

0 comments on commit dd16768

Please sign in to comment.