Skip to content

Commit

Permalink
调整签名配置
Browse files Browse the repository at this point in the history
  • Loading branch information
qmdx committed Jun 6, 2024
1 parent 50e554f commit 0559add
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 @@ -210,7 +210,7 @@ subprojects {

signing {
useInMemoryPgpKeys(System.getenv('GPG_SECRET'), System.getenv('GPG_PASSWORD'))
sign(publishing.publications)
sign publishing.publications.mavenJava
}
}

Expand Down

0 comments on commit 0559add

Please sign in to comment.