Skip to content

Commit

Permalink
Skip signing when not release version
Browse files Browse the repository at this point in the history
  • Loading branch information
magx2 committed Apr 28, 2024
1 parent 22e42ae commit 91bba81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ prodProjects {
sign configurations.archives
}

tasks.withType(Sign)*.enabled = !version.endsWith("SNAPSHOT")

group = project.group
archivesBaseName = project.name
version = project.version
Expand Down

0 comments on commit 91bba81

Please sign in to comment.