Skip to content

Commit

Permalink
jreleaser should run at the end
Browse files Browse the repository at this point in the history
  • Loading branch information
morisil committed Jan 27, 2025
1 parent 8b2a78c commit 6de3547
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,10 @@ kotlin {

tasks {

named("jreleaserFullRelease") {
dependsOn("publish")
}

// skip tests which require XCode components to be installed
named("tvosSimulatorArm64Test") { enabled = false }
named("watchosSimulatorArm64Test") { enabled = false }
Expand Down

0 comments on commit 6de3547

Please sign in to comment.