Skip to content

Commit

Permalink
Merge pull request #122 from nulab/patch-121
Browse files Browse the repository at this point in the history
use configurations.archives in signing (#121)
  • Loading branch information
vvatanabe committed Apr 5, 2022
2 parents a820546 + f81bb1e commit d5ae76a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ if (project.hasProperty("signing.keyId")) {
// Skip signing snapshot archives
if (System.env.GITHUB_ACTIONS || !isReleaseVersion) return

sign publishing.publications.mavenJava
sign configurations.archives
}
}

Expand Down

0 comments on commit d5ae76a

Please sign in to comment.