Skip to content

Commit

Permalink
chore(build): make publishAndroidReleasePublicationToSonatypeReposito…
Browse files Browse the repository at this point in the history
…ry dependency on signAndroidDebugPublication explicit
  • Loading branch information
Marcel Kesselring authored and Marcel Kesselring committed Oct 24, 2023
1 parent d360999 commit c00cdb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -371,5 +371,6 @@ tasks {
}
}
named("publishAndroidDebugPublicationToSonatypeRepository").dependsOn("signAndroidReleasePublication")
named("publishAndroidReleasePublicationToSonatypeRepository").dependsOn("signAndroidDebugPublication")
}
}

0 comments on commit c00cdb0

Please sign in to comment.