Skip to content

Commit

Permalink
Upgraded gradle to latest: 8.2.1
Browse files Browse the repository at this point in the history
Added SONATYPE timeouts
  • Loading branch information
ManoharKrishnaBoppe committed Jul 18, 2023
1 parent 7e4197d commit 4084b77
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.20.0'
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.25.3'
}
}

plugins {
id 'java'
id 'maven-publish'
id 'signing'
id 'com.vanniktech.maven.publish' version '0.20.0'
id 'com.vanniktech.maven.publish' version '0.25.3'
}

repositories {
Expand Down
3 changes: 3 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ POM_SCM_DEV_CONNECTION=scm:git:ssh://github.com:TestsigmaHq/testsigma-java-sdk.g
POM_DEVELOPER_ID=Testsigma Technologies Inc
POM_DEVELOPER_NAME=Testsigma Technologies Inc
POM_DEVELOPER_URL=https://github.com/vikram-chaitanya/

SONATYPE_CONNECT_TIMEOUT_SECONDS=600
SONATYPE_CLOSE_TIMEOUT_SECONDS=900
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 4084b77

Please sign in to comment.