Skip to content

Commit

Permalink
Trying to publish artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
vooft committed Dec 1, 2024
1 parent b218bde commit e0f9af4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,8 @@ allprojects {

tasks.register("composeTreeviewPublishToMavenCentral") {
dependsOn(
// subprojects.mapNotNull { it.tasks.findByName("publishAndReleaseToMavenCentral") } +
// gradle.includedBuilds.map { it.task(":publishAndReleaseToMavenCentral") }

subprojects.mapNotNull { it.tasks.findByName("publishToMavenCentral") } +
gradle.includedBuilds.map { it.task(":publishToMavenCentral") }
subprojects.mapNotNull { it.tasks.findByName("publishAndReleaseToMavenCentral") } +
gradle.includedBuilds.map { it.task(":publishAndReleaseToMavenCentral") }
)
}

Expand Down

0 comments on commit e0f9af4

Please sign in to comment.