File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ compileJava {
28
28
dependencies {
29
29
compile ' com.fasterxml.jackson.core:jackson-core:2.14.0'
30
30
compile ' com.fasterxml.jackson.core:jackson-databind:2.14.0'
31
- compile group : ' com.google.guava' , name : ' guava' , version : ' 31.1 -jre'
31
+ compile group : ' com.google.guava' , name : ' guava' , version : ' 32.1.3 -jre'
32
32
compile ' com.squareup.okhttp3:okhttp:4.10.0'
33
33
34
34
}
@@ -66,7 +66,7 @@ uploadArchives {
66
66
MavenDeployment deployment -> signing. signPom(deployment)
67
67
}
68
68
69
- repository(url : " https://oss.sonatype.org/service/local/staging/deploy/maven2" ) {
69
+ repository(url : " https://oss.sonatype.org/service/local/staging/deploy/maven2/ " ) {
70
70
authentication(userName : sonatypeUsername, password : sonatypePassword)
71
71
}
72
72
snapshotRepository(url : " https://oss.sonatype.org/content/repositories/snapshots" ) {
You can’t perform that action at this time.
0 commit comments