Skip to content

Commit

Permalink
chore: Bump Gradle version
Browse files Browse the repository at this point in the history
  • Loading branch information
SMadani committed Jan 4, 2024
1 parent d0e28e5 commit 8b34038
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ publishing {
}
}
scm {
connection = "scm:git@github.com:Vonage/vonage-java-sdk"
developerConnection = "scm:git@github.com:Vonage/vonage-java-sdk"
connection = "scm:git@github.com:$githubPath"
developerConnection = "scm:git@github.com:$githubPath"
url = "http://github.com:$githubPath"
}
issueManagement {
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 8b34038

Please sign in to comment.