Skip to content

Commit

Permalink
Re-enable sign config
Browse files Browse the repository at this point in the history
  • Loading branch information
alorma committed Feb 28, 2024
1 parent afebdf2 commit b96167b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/publish-module.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ ext["signing.keyId"] = rootProject.ext["signing.keyId"]
ext["signing.password"] = rootProject.ext["signing.password"]
ext["signing.secretKeyRingFile"] = rootProject.ext["signing.secretKeyRingFile"]

//signing {
//sign publishing.publications
//}
signing {
sign publishing.publications
}

0 comments on commit b96167b

Please sign in to comment.