Skip to content

Commit

Permalink
update version to 0.4.25-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
7hong13 committed Jun 27, 2024
1 parent 4a175eb commit c632b88
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions yorkie/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ tasks.withType<KotlinCompile> {
dependsOn("bufGenerate")
}

signing {
useInMemoryPgpKeys(
System.getenv("PGP_KEY_ID"),
System.getenv("PGP_SECRET_KEY"),
System.getenv("PGP_PASSWORD"),
)
sign(tasks["stuffZip"])
sign(publishing.publications)
}
//signing {
// useInMemoryPgpKeys(
// System.getenv("PGP_KEY_ID"),
// System.getenv("PGP_SECRET_KEY"),
// System.getenv("PGP_PASSWORD"),
// )
// sign(tasks["stuffZip"])
// sign(publishing.publications)
//}

android {
namespace = "dev.yorkie"
Expand Down

0 comments on commit c632b88

Please sign in to comment.