Skip to content

Commit

Permalink
chore: fix deployment (#1211)
Browse files Browse the repository at this point in the history
Signed-off-by: dikel <[email protected]>

Signed-off-by: dikel <[email protected]>
  • Loading branch information
dikel authored Oct 28, 2022
1 parent e06b7d2 commit a860e75
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ allprojects {
nexusPublishing {
repositories {
sonatype {
stagingProfileId = "890139c7fb9c81"
}
}
}
2 changes: 0 additions & 2 deletions sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,5 @@ publishing {
}

signing {
if (!tasks.findByName("publishToMavenLocal").enabled) {
sign publishing.publications.mavenJava
}
}
4 changes: 2 additions & 2 deletions sdk/protobuf.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies {
implementation "io.grpc:grpc-protobuf:1.46.0"
implementation 'io.grpc:grpc-protobuf:1.50.2'

// Protobuf Lite is used to maintain easy compatibility with Android
// https://github.com/protocolbuffers/protobuf/blob/master/java/lite.md
api "com.google.protobuf:protobuf-java:3.21.1"
api "com.google.protobuf:protobuf-java:3.21.8"
}

protobuf {
Expand Down

0 comments on commit a860e75

Please sign in to comment.